Reverse Lookup Email
Endpoint
- URL:
https://api.profileapi.com/2024-03-01/email-contacts/reverse-lookup
- HTTP Method:
POST
- Credits: 1 credit per call
Request
Parameters
Email
- Key:
email
- Data Type:
email
- Description: Represents an email address, conforming to the standard format defined in RFC 5322.
- Example:
[email protected]
Response
The response returns a person id.
Id
- Key:
id
- Data Type:
uuid
- Description: A universally unique identifier (UUID) compliant with RFC 4122, used to uniquely identify a person. Presented without hyphens.
- Example:
"9e6a55b258ef11edb8780242ac120002"
LinkedIn URL
- Key:
linkedInUrl
- Data Type:
url
- Description: URL to a LinkedIn profile.
- Format:
https://linkedin.com/in/[handle]
- Example:
https://linkedin.com/in/joedoe
Example
{
"data": {
"id": "9e6a55b258ef11edb8780242ac120002",
"linkedInUrl": "https://linkedin.com/in/joedoe"
}
}