logo
SLAGet business hours

Get business hours

Read-only weekly schedule and timezone; data is null if not configured.

curl -X GET "/api/v1/sla/business_hours" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (API key (ixk_...))"
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "timezone": "example_string",
    "monday_start": "example_string",
    "monday_end": "example_string",
    "tuesday_start": "example_string",
    "tuesday_end": "example_string",
    "wednesday_start": "example_string",
    "wednesday_end": "example_string",
    "thursday_start": "example_string",
    "thursday_end": "example_string",
    "friday_start": "example_string",
    "friday_end": "example_string",
    "saturday_start": "example_string",
    "saturday_end": "example_string",
    "sunday_start": "example_string",
    "sunday_end": "example_string"
  }
}
GET
/sla/business_hours
GET
Bearer Token (API key (ixk_...))
Bearer Tokenstring
Required

API key from Settings → API. Pass as Authorization: Bearer <key>

API key from Settings → API. Pass as Authorization: Bearer <key>
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (API key (ixk_...)). API key from Settings → API. Pass as Authorization: Bearer <key>

Responses

datastring

Null if business hours were never configured for the tenant.