Contact channels

Manage channels of communication for your contacts.

The Concierge Contact Channels API empowers you to manage the various communication methods associated with your contacts. Using these endpoints, you can add, retrieve, update, and delete specific channels for individual contacts within a service.

Additionally, you can specify country codes for accurate routing and designate global or type-specific default channels to ensure your communications always reach the contact through their preferred method.

Base URL — https://api.concierge.me/v1/services/{service_id}/contacts/{contact_id}

EndpointUsageMethod
/channelsCreates a new contact channel and returns the newly-created objectPOST
/channels/{channel_id}Returns a single contact channelGET
/channels/{channel_id}Updates a contact channel and returns the updated objectPUT
/channels/{channel_id}Deletes a contact channelDELETE