Skip to main content
POST
Create a new availability type

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:

"Consultation"

value
string
Example:

"consultation"

description
string
Example:

"Patient consultation"

enable_appointments
boolean
Example:

true

default_duration
integer
Example:

60

buffer_time
integer
Example:

10

require_approval
boolean
Example:

true

Response

201

Availability type created successfully