Domains
Get Domain Warmup Status
Current warmup ramp for a sending domain: day, daily cap, remaining sends, and whether the send window is open. Returns null if the domain is not warming.
Authorization
Authorization AuthorizationBearer <token>
In: header
Path Parameters
projectIdrequiredstring
ID of the project that owns the domain.
domainNamerequiredstring
Hostname to look up, without a protocol, e.g. mail.example.com.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://www.saasco.com/api/v2/projects/string/domains/by-name/string/warmup-status"{
"advanceThresholdPct": 0,
"dailyCap": 0,
"day": -9007199254740991,
"maxWarmupDay": -9007199254740991,
"remaining": 0,
"sentInWindow": -9007199254740991,
"status": "PENDING",
"windowEndsAt": "string",
"windowOpen": true
}{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "NOT_FOUND",
"message": "Not found",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}Refresh Sender Reputation
Forces a recomputation of the sender reputation score instead of returning the cached value.
Complete Domain Warmup
Fast-forwards an actively WARMING domain to COMPLETED. Idempotent if it is already completed. Returns 400 if the domain is still PENDING, because skipping the ramp would also block the first-verification start.