Channel types

View and update channel types for services.

The Channel Types API returns information about service channel types and allows you to update the channel type for a given service.

Base URL — https://api.concierge.me/v1

EndpointUsageMethod
/channel-typesReturns a list of channel types belonging to all services to which the current user has accessGET
/services/{service_id}/channel-typesReturns a list of channel types belonging to the specified serviceGET
/services/{service_id}/channel-types/{channel_type_id}Returns a single channel typeGET
/services/{service_id}/channel-types/{channel_type_id}Updates a channel type and returns the updated objectPUT