GET
/
enrichment
/
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@google.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

200
application/json

The endpoint returns the email verification result.

The response is of type object.

GET
/
enrichment
/
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@google.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

200
application/json

The endpoint returns the email verification result.

The response is of type object.