Skip to main content
POST
Create a new schedule

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
name
string
required
Example:

"Dr. Smith Schedule"

availability_type_uuid
string<uuid>
required
type
string
Example:

"appointment"

color
string
Example:

"#3B82F6"

ai_agents
string[]
human_agents
string[]
custom_questions
object[]

Questions asked during booking. type defaults to 'text' and required to false when omitted.

Response

201

Schedule created successfully