API ReferenceEmail
Check if Blocked
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
emailAddress*string
Email address to check
Format
emailResponse Body
application/json
curl -X POST "https://samva.app/api/v1/email/blocking/check" \ -H "Content-Type: application/json" \ -d '{ "emailAddress": "user@example.com" }'{
"isBlocked": true,
"blockingRule": {
"id": "string",
"blockType": "email",
"blockValue": "string",
"reason": "string",
"expiresAt": "2019-08-24T14:15:22Z"
},
"reason": "string"
}