Warmup

Warmup Activity History

GET/v1/warmup-status/{emailAccountId}
GET
/v1/warmup-status/{emailAccountId}

Responses

200
200 response
{
  "emailAccountId": 12345,
  "date": "2026-04-16",
  "current": "active",
  "strategy": "progressive",
  "dailySendingLimit": 10,
  "sent": 12,
  "received": 10,
  "replied": 7,
  "spam": 1,
  "undelivered": 0,
  "workspaceId": null
}

Request

curl -X GET \
  "https://lupus-edge.trulyinbox.com/v1/warmup-status/{emailAccountId}" \
  -H "X-Api-Key: YOUR_API_KEY"

Response

No response body