Get domain warming
Get domain warming. View request and response details for this Samva email API endpoint.
Returns the domain's automated warming policy, its system-created 24-hour windows and policy snapshots, the rolling bounce and complaint window the safety rule reads, every pause above the plan, and the decision history. A domain without a plan returns the evidence and a null plan.
Authorization
apiKey x-api-key<token>
In: header
Path Parameters
id*string
Match
^dom_[0-9a-hjkmnp-tv-z]{16,24}$Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/email/domains/string/warming"{ "domain": { "id": "string", "domain": "string" }, "plan": { "id": "string", "status": "active", "identity": "new", "initialDailyRecipients": 0, "dailyGrowthPercent": 0, "targetDailyRecipients": 0, "holdReason": "string", "heldAt": "string", "pausedAt": "string", "completedAt": "string", "createdAt": "string", "updatedAt": "string" }, "batches": [ { "id": "string", "sequence": 0, "state": "scheduled", "startsAt": "string", "endsAt": "string", "allowanceRecipients": 0, "dailyGrowthPercent": 0, "targetDailyRecipients": 0, "reservedRecipients": 0, "acceptedRecipients": 0, "cancelledAt": "string", "createdAt": "string" } ], "decisions": [ { "id": "string", "kind": "plan-created", "batchId": "string", "actor": "string", "note": "string", "createdAt": "string" } ], "evidence": { "observedAt": "string", "windowHours": 0, "minimumSends": 0, "sent": 0, "bounced": 0, "complained": 0, "hourly": [ { "sent": 0, "bounced": 0, "complained": 0 } ], "bounceThreshold": 0, "complaintThreshold": 0, "verdict": "insufficient-evidence", "thresholdReason": "string" }, "holds": { "workspacePausedAt": "string", "workspacePauseReason": "string", "sendingStatus": "enabled" }}