post
/{tenantId}/v1/verification/email-checkEmail check
Requires Authentication
Verification
Validates an email address
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Request Body
required
emailAddressstring (email)
required
Responses
Email check result
Response Bodyapplication/json
metaResponseMeta
requestobject
walletobject
dataobject
emailstring
passedboolean
hasMxRecordboolean
isValidboolean
Code Examples
curl -X POST 'https://api-next.checkio.co.uk/{tenantId}/v1/verification/email-check' \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"emailAddress": "user@example.com"
}'