Check if a business is open either right now or at the specified timestamp.
The business hours status
Invalid value for: query parameter timestamp, Invalid value extracted from request context
Internal failure during request processing
{- "data": {
- "isOpen": true,
- "timestamp": "2024-11-20T12:59:15.947112912Z[Etc/UTC]"
}
}
List business hours schedules in an organization with pagination.
Invalid value extracted from request context
Internal failure during request processing
{- "data": {
- "schedules": [
- {
- "name": "Schedule 1",
- "id": "b462107a-0a67-19f6-bfc0-207012e0190f"
}, - {
- "name": "Schedule 2",
- "id": "f462107a-0a57-66f6-dac0-207012e01255"
}, - {
- "name": "Schedule 3",
- "id": "e462107a-0f23-44f6-48b3-207012e0184e"
}
]
}
}