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"}Build a one-click DNS apply URL
Builds the signed Domain Connect apply URL for the selected sending-only or sending-and-receiving service. Manual DNS remains available for either mode.
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.