Service channels
Manage service channels programmatically.
The Service Channels API can be used to configure and manage the primary communication gateways for your services. Through these endpoints, you can provision new service channels and retrieve, update, or delete existing channels.
Base URL — https://api.concierge.me/v1
| Endpoint | Usage | Method |
|---|---|---|
| /services/{service_id}/channels | Creates a new service channel and returns the newly-created object | POST |
| /services/{service_id}/channels/{channel_id} | Returns a single service channel | GET |
| /services/{service_id}/channels/{channel_id} | Updates a service channel and returns the updated object | PUT |
| /services/{service_id}/channels/{channel_id} | Deletes a service channel | DELETE |
