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",
"requestId": "req_123",
"status_meta": {
"valid_format": true,
"domain_exists": true,
"accept_all": false,
"disposable": false,
"role_based": false,
"mailbox_full": false,
"plus_address": false
},
"domain_meta": {
"domain": "example.com",
"mailbox_provider": "gmail.com"
},
"errors": {},
"performed_at": "2024-03-20T10:30:00.000Z",
"performed_in_ms": 1234
}