Get contact
get/v1/contacts/{contactId}
Path parameters
contactIdstring required
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"
}
]
}