Warmup
Get Warmup Settings
GET
/v1/warmup-settings/{emailAccountId}GET
/v1/warmup-settings/
{emailAccountId}Get warmup settings for an email account
Authorization
X-Api-Key<token>
In: header
Path Parameters
emailAccountIdnumber
Responses
200
200 response
{
"emailAccountId": 12345,
"strategy": "progressive",
"timeZone": "America/New_York",
"warmupStatus": "active",
"googleVolumePercentage": 50,
"microsoftVolumePercentage": 30,
"othersVolumePercentage": 20,
"maxSendingLimit": 50,
"warmUpInitialSendingLimit": 5,
"increaseEmailsByNumber": 2,
"replyRate": 25,
"dailySendingLimit": 50,
"dailyReceivingLimit": 30
}