Developer

Developer

Manage API keys for external integrations and view roster share links.

API Keys

Use API keys to access rosters from external applications.

Loading...

Roster Share Links

Public enrollment URLs that anyone can use to join a roster -- no API key needed.

Loading...

API Reference

Use the Booking API for custom websites and the Roster API for external applications.

Authentication

Include your API key in every request. Keep it on your server and proxy browser requests through your own backend.

X-API-Key: sk_live_your_key_here

Endpoints

GET /api/v1/booking/event-types
GET /api/v1/booking/availability
GET /api/v1/booking/calendar
GET /api/v1/booking/bookings
POST /api/v1/booking
GET /api/v1/rosters
GET /api/v1/rosters/:id
POST /api/v1/rosters/:id/members
DELETE /api/v1/rosters/:id/members/:memberId
GET /api/v1/rosters/:id/availability

Public Enrollment (no API key)

GET /api/v1/public/rosters/:shareToken
POST /api/v1/public/rosters/:shareToken/enroll