Bookings
Retrieve a booking
Retrieves a single booking by ID, including its start and end times, status, and the answers the customer gave when booking. Use expand to inline the related event type and customer.
GET
Typescript (SDK)
Authorizations
API key in the format: Bearer {api_token}
Path Parameters
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Query Parameters
Comma-separated relations to expand: event_type
Response
The booking
Available options:
pending, confirmed, cancelled, completed, no_show ID by default, full object when expanded
ID by default, full object when expanded

