Reverse Email Lookup API

Discover the owner behind any email address with our Reverse Email API.

Here is the list of default parameters you can use with this API:

ParametersDescription

api_key required

This is your API key.

email required

Type: String

The email of the person you need to identify.

API Example

cURL "https://api.enrichmentapi.io/reverse_email?api_key=APIKEY&[email protected]"

API Response

{
    "person_profile": {
        "first_name": "John",
        "last_name": "Doe",
        "position": "Data Analyst",
        "location": "Paris",
        "linkedin_id": "john-doe-653160",
        "person_api_url": "https://api.enrichmentapi.io/person?linkedin_id=john-doe-653160&api_key=APIKEY"
    }
}

Last updated