Check whether an address is blocked
Checks whether an email address is currently blocked and returns the matching block rule when one applies.
Checks whether an email address is currently blocked and returns the matching block rule when one applies.
Authorization
apiKey x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
emailAddress*string
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/email/blocks/check" \ -H "Content-Type: application/json" \ -d '{ "emailAddress": "string" }'{ "isBlocked": true, "blockingRule": { "id": "string", "blockType": "email", "blockValue": "string", "reason": "string", "expiresAt": "string" }, "reason": "string"}Related
Cancel a warming window
Cancels a scheduled or open system-created warming window. Recipients a campaign run already reserved from it stay reserved; no further runs draw from it.
Check sender verification status
Returns the current verification status of a sender identity. Use this endpoint to check sender verification status through the Samva email API.