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

EndpointUsageMethod
/servicesReturns a list of services to which the current user has accessGET
/services/{service_id}Returns a single serviceGET
/services/{service_id}/settings/{settings_field_code}Updates the value of a service setting and returns the updated service objectPOST