Skip to main content

Reverse Lookup Email

Endpoint

  • URL: https://api.profileapi.com/2024-03-01/email-contacts/reverse-lookup
  • HTTP Method: POST

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"

Example

{
"data": {
"id": "9e6a55b258ef11edb8780242ac120002"
},
}