Skip to main content
GET
/
enrichment
/
email-verification
Email Verification
curl --request GET \
  --url https://api.reversecontact.com/enrichment/email-verification
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"result": {
"email": "jdoe@reversecontact.com",
"validation": "valid"
}
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

email
string
required

This required parameter is a string. It represents the email address to verify.

Response

The endpoint returns the email verification result.

success
boolean

Indicates success or failure of api request.

credits_left
integer

Represents the usable credits available for the user account after this query.

rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

result
object
I