Get contact by phone number
get/v1/contacts/phone/{phoneNumber}
Path parameters
phoneNumberstring required
E.164 phone number.
Response
Contact details.
Example response
{
"displayName": "John Doe",
"phoneNumber": "+56912345678",
"primaryPhone": "+56912345678",
"primaryEmail": "john@example.com",
"countryCode": "CL",
"profileName": "John Doe",
"channels": [
{
"identifier": "+14155551234",
"countryCode": "US",
"label": "work"
}
]
}