Scopes
Scopes define the permissions of your API key.
Available Scopes
appointments:read- View appointmentsappointments:create- Create appointmentsappointments:cancel- Cancel appointmentsdepartments:read- View departmentsavailability:check- Check availabilityusers:read- View users (limited)webhooks:manage- Manage webhooksapi:admin- Full administrator access
Choose the Right Scopes
Follow the principle of least privilege: only request the scopes you actually need.
Examples
Simple booking application:
departments:readappointments:createappointments:read
Admin dashboard:
api:admin(or all individual scopes)