List Business Hours
AuthorizationBearer <token>
In: header
Query Parameters
limit?Limit
Default
50Range
1 <= value <= 100offset?Offset
Default
0Range
0 <= valueResponse 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"
}
]
}