# Booking This is an early version of the Bookings API specification. Most of these APIs are available in production for testing. Endpoints marked as "Preview" are not yet available in production. Breaking changes might be introduced, but the overall specification is close to stable. ## Get Bookings - [GET /v1/bookings](https://developer.understory.io/apis/booking/getbookings.md): Get all bookings. ## Create Booking - [POST /v1/bookings](https://developer.understory.io/apis/booking/createbooking.md): Create a new booking for an event. ## Get Booking - [GET /v1/bookings/{bookingId}](https://developer.understory.io/apis/booking/getbooking.md): Get a booking by its ID. ## Get Tickets - [GET /v1/bookings/{bookingId}/tickets](https://developer.understory.io/apis/booking/gettickets.md): Get all tickets for a booking. ## Get information requests - [GET /v1/experiences/{experienceId}/information-requests](https://developer.understory.io/apis/booking/getinformationrequestsforexperience.md): Information requests describes additional information that is collected during the booking flow. These are usually presented as additional questions to be answered by the guest. ## Get ticket variants - [GET /v1/experiences/{experienceId}/ticket-variants](https://developer.understory.io/apis/booking/getticketvariantsforexperience.md): Ticket variants describe the ticket options available for booking an experience. ## Get information requests - [GET /v1/experiences/{experienceId}/information-requests](https://developer.understory.io/apis/experience/getinformationrequestsforexperience.md): Information requests describes additional information that is collected during the booking flow. These are usually presented as additional questions to be answered by the guest. ## Get ticket variants - [GET /v1/experiences/{experienceId}/ticket-variants](https://developer.understory.io/apis/experience/getticketvariantsforexperience.md): Ticket variants describe the ticket options available for booking an experience.