Returns operating hours for the location.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/workspaces/{workspaceId}/locations/{locationId}/hours \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "day_of_week": 123, "start_time": "<string>", "end_time": "<string>", "is_active": true } ], "request_id": "<string>" }
API key in format: sk_live_...
Operating hours list
Show child attributes
Was this page helpful?