v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Business Hours

Retrieve business hours.

Retrieve business hours.

Required scopes: flex.settings.businessHours.read

get/api/v2/organizations/{orgSlug}/settings/business-hours

Path parameters

orgSlugstring required

organization slug

Query parameters

locationstring
Example:507f1f77bcf86cd799439011

Filter by location id.

$cursorNextstring
$cursorPrevstring
$limitnumber

Response

rangeStartnumber
rangeEndnumber
cursorNextstring
cursorPrevstring

Example response

{
  "results": [
    {
      "workDays": [
        1,
        2,
        3,
        4,
        5
      ],
      "openingTime": 9.5,
      "closingTime": 17,
      "closedDays": [
        {
          "from": "2025-01-01T00:00:00.000Z",
          "to": "2025-01-01T00:00:00.000Z",
          "description": "Holidays",
          "occurrence": "once"
        }
      ],
      "location": "507f1f77bcf86cd799439011"
    }
  ]
}