Skip to main content
POST
Create Schedule

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

The ID of the team to create the schedule for.

Body

application/json
name
string

The name of the schedule.

timezone
string

IANA timezone identifier, e.g. "America/New_York". Defaults to "UTC" if not provided.

weeklyHours
weekly_hours · object

Business hours for each day of the week.

Response

Success

data
data · object

Schedule represents a recurring weekly time pattern. Referenced by SLA definitions (when the SLA clock runs) and change blackout schedules (when changes are blocked).