Services
Retrieve or update service settings.
The Services API provides the foundation for managing your primary communication workspaces. Using these endpoints, you can retrieve a list of services accessible to your account, filter them by various attributes like address, display name, or channel value, and fetch detailed configurations for individual service profiles.
Base URL — https://api.concierge.me/v1
| Endpoint | Usage | Method |
|---|---|---|
| /services | Returns a list of services to which the current user has access | GET |
| /services/{service_id} | Returns a single service | GET |
| /services/{service_id}/settings/{settings_field_code} | Updates the value of a service setting and returns the updated service object | POST |
