Skip to main content

Reverse Lookup Phone

Endpoint

  • URL: https://api.profileapi.com/2024-03-01/phone-contacts/reverse-lookup
  • HTTP Method: POST
  • Credits: 1 credit per call

Request

Parameters

Phone

  • Key: phone
  • Data Type: phone
  • Description: Represents a phone number formatted according to the E.164 international numbering standard.
  • Example: +1234567890

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"
}
}