v1

latestOpenAPI 3.0.12026-08-062555238.4 KB
Store API endpoints

Fetch branch operational hours

Use this endpoint to fetch a branch's operational hours.

get/operational-hours

Headers

Authorizationstring required
User-Agentstring required
Brand-Idstring required
Branch-Idstring required

Response

Branch operational hours retrieved successfully

Example response

{
  "operational_hours": [
    {
      "shifts": [
        {
          "start_time": "10:00",
          "end_time": "23:59"
        }
      ],
      "active": true,
      "day_of_week": 1
    }
  ]
}