Reverse Lookup Phone
Endpoint
- URL:
https://api.profileapi.com/2024-03-01/phone-contacts/reverse-lookup
- HTTP Method:
POST
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"
Example
{
"data": {
"id": "9e6a55b258ef11edb8780242ac120002"
},
}