Returns a paginated list of locations for the workspace.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/workspaces/{workspaceId}/locations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "workspace_id": "<string>", "name": "<string>", "timezone": "<string>", "phone_number": "<string>", "address": "<string>", "website_url": "<string>", "activated": true, "booking_enabled": true, "provider_selection_mode": "<string>", "agent_setup_status": "<string>", "voice_agent_id": "<string>", "created_at": "<string>", "updated_at": "<string>" } ], "pagination": { "has_more": true, "next_cursor": "<string>" }, "request_id": "<string>" }
API key in format: sk_live_...
1 <= x <= 100
25
List of locations
Show child attributes
Was this page helpful?