curl --location --request POST 'https://api.reckonapp.io/api/v1/verify/single' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"email_address": "user@example.com",
"status": "valid",
"status_meta": {
"valid_format": true,
"domain_exists": true,
"accept_all": true,
"disposable": true,
"role_based": true,
"mailbox_full": true,
"plus_address": true
},
"domain_meta": {
"domain": "string",
"mailbox_provider": "string"
},
"config": {
"validation_perform": true,
"verification_perform": true
},
"errors": {
"service": "string",
"compliance": "string"
},
"performed_at": "2019-08-24T14:15:22Z",
"performed_in_ms": 0
}