Returns available services/appointment types for the location. Shape varies by connector type (NexHealth vs Native).
cURL
curl --request GET \ --url https://api.selcor.ai/v1/workspaces/{workspaceId}/locations/{locationId}/services \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "nexhealth_id": 123, "minutes": 123, "bookable_online": true, "duration_minutes": 123, "price_cents": 123, "color": "<string>", "description": "<string>", "is_active": true } ], "request_id": "<string>" }
API key in format: sk_live_...
Services list
Show child attributes
Was this page helpful?