Domains
Refresh Sender Reputation
Forces a recomputation of the sender reputation score instead of returning the cached value.
Authorization
Authorization AuthorizationBearer <token>
In: header
Path Parameters
projectIdrequiredstring
ID of the project that owns the domain.
domainIdrequiredstring
ID of the domain.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://www.saasco.com/api/v2/projects/string/domains/string/sender-reputation/refresh"{
"senderReputation": 50
}{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}Get Sender Reputation By Domain Name
Same sender reputation score as Get Sender Reputation, looked up by hostname within the project. Returns null if the domain is not on the project.
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.