v51

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

Update channel

Update a contact's channel properties.

patch/v1/contacts/{contactId}/channels/{channelId}

Path parameters

contactIdstring required
channelIdstring required

Channel ID.

Request body

labelstring nullable

Optional label for the channel. Set to null to clear.

verifiedboolean

Whether the channel is verified.

metadataobject

Response

Channel updated.

Example response

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