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"
}
}