v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
Sub-schedules

Create a sub-schedule

Creates a new sub-schedule within a schedule. Requires a Pro plan. The slug is automatically generated from the name.

post/schedules/{subdomain}/groups

Path parameters

subdomainstring required

The subdomain identifier of the parent schedule

Request body

namestring required

Name of the sub-schedule

colorstring

Color for the sub-schedule (e.g. hex code)

Example request

{
  "color": "#4E81FA"
}

Response

Sub-schedule created successfully