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
| Endpoint | Usage | Method |
|---|---|---|
| /channel-types | Returns a list of channel types belonging to all services to which the current user has access | GET |
| /services/{service_id}/channel-types | Returns a list of channel types belonging to the specified service | GET |
| /services/{service_id}/channel-types/{channel_type_id} | Returns a single channel type | GET |
| /services/{service_id}/channel-types/{channel_type_id} | Updates a channel type and returns the updated object | PUT |
