GET
/
contact
/
{customerId}
/
phone
/
{phoneNumber}

Authorizations

x-api-key
string
headerrequired

Path Parameters

customerId
string
required

Unique identifier of the customer account

phoneNumber
string
required

Phone number in E.164 format (e.g., +1234567890)

Response

200 - application/json

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

id
string

Unique identifier for the contact

phoneNumber
string

Contact's phone number in E.164 format

countryCode
string

Two-letter ISO country code

nationalFormat
string

Phone number formatted according to national standards

availableChannels
string

Comma-separated list of available messaging channels (SMS, WHATSAPP)

defaultChannel
string

Preferred messaging channel for this contact

verified
boolean

Indicates if the contact's phone number has been verified

createdAt
string

Timestamp when the contact was created

updatedAt
string

Timestamp when the contact was last updated