Api referenceWarmup
GET
/accounts/{id}/warmup

Authorization

bearerAuth
AuthorizationBearer <token>

API key in format zk_live_* or zk_test_*

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://zend.sh/api/v1/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/warmup"
{
  "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65",
  "warmup_enabled": true,
  "state": "inactive",
  "ramp_day": 0,
  "target_volume": 0,
  "sends_today": 0,
  "health_score": 0,
  "health_trend": [
    {
      "day": 0,
      "inbox_rate": 0
    }
  ],
  "estimated_ready_date": "2019-08-24"
}
{
  "type": "string",
  "message": "string",
  "field": "string",
  "status": 0
}
{
  "type": "string",
  "message": "string",
  "field": "string",
  "status": 0
}