AurionAI Docs

List Business Hours

GET
/api/v2/business-hours

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

limit?Limit
Default50
Range1 <= value <= 100
offset?Offset
Default0
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/business-hours"
{
  "items": [
    {
      "created_at": "2019-08-24T14:15:22Z",
      "holiday_count": 0,
      "id": "string",
      "is_default": true,
      "name": "string",
      "schedule": [
        {}
      ],
      "timezone": "string",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ],
  "limit": 0,
  "offset": 0,
  "total": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}