API and AuthenticationAdmin APIBookings
Bookings
Admin API endpoints for managing bookings
Bookings
The Admin API bookings endpoints are currently in development. This page will be updated when they become available.
The Bookings endpoints will allow you to programmatically list, retrieve, and manage bookings within your organization through the Admin API.
In the meantime, you can access booking data for individual customers through the Client API Bookings endpoint, which returns booking history scoped to the authenticated customer.
Planned Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /bookings | List bookings with filtering and pagination |
GET | /bookings/{bookingId} | Get a single booking by ID |
POST | /bookings | Create a new booking |
Check back soon for updates, or contact support for early access.