v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB

Set channel as primary

Set a channel as the primary channel for its type.

post/v1/contacts/{contactId}/channels/{channelId}/primary

Path parameters

contactIdstring required
channelIdstring required

Channel ID.

Response

Channel set as primary.

Example response

{
  "channel": {
    "identifier": "+14155551234",
    "countryCode": "US",
    "label": "work"
  }
}