GET
/
contact
/
{customerId}
/
id
/
{id}
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "phoneNumber": "+1234567890",
  "countryCode": "US",
  "nationalFormat": "(123) 456-7890",
  "availableChannels": "SMS,WHATSAPP",
  "defaultChannel": "WHATSAPP",
  "verified": true,
  "createdAt": "2023-01-01T12:00:00Z",
  "updatedAt": "2023-01-01T12:00:00Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

customerId
string
required

Unique identifier of the customer account

id
string
required

Unique identifier of the contact

Response

200
application/json
Contact details successfully retrieved

Represents a contact in the Sent messaging platform with their communication preferences and channel availability