{"items":[{"type":"link","label":"BeMyGuest API v2.0","link":"/openapi","routeSlug":"/openapi"},{"type":"link","label":"Key Features:","link":"/openapi/section/key-features:","routeSlug":"/openapi/section/key-features:"},{"type":"group","label":"Products","link":"/openapi/products","routeSlug":"/openapi/products","items":[{"label":"Get product list","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/products/getproductlist","routeSlug":"/openapi/products/getproductlist","metadata":{"seo":{"title":"Get product list","description":"Retrieves a comprehensive list of all available products. This endpoint supports various filtering and sorting options to help you narrow down the results."}},"httpPath":"/v2/products"},{"label":"Get product details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/products/getproductdetails","routeSlug":"/openapi/products/getproductdetails","metadata":{"seo":{"title":"Get product details","description":"Fetches detailed information for a specific product using its unique identifier (UUID)."}},"httpPath":"/v2/products/{uuid}"},{"label":"Get origin restrictions for a product","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/products/getproductrestrictions","routeSlug":"/openapi/products/getproductrestrictions","metadata":{"seo":{"title":"Get origin restrictions for a product","description":"Returns the origin restrictions configured for a product, scoped to the authenticated distribution partner."}},"httpPath":"/v2/products/{uuid}/restrictions"}]},{"type":"group","label":"Product-Types","link":"/openapi/product-types","routeSlug":"/openapi/product-types","items":[{"label":"Get product types for product","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/product-types/getproducttypesforproduct","routeSlug":"/openapi/product-types/getproducttypesforproduct","metadata":{"seo":{"title":"Get product types for product","description":"Returns a list of all available product-types for a given product UUID."}},"httpPath":"/v2/products/{uuid}/product-types"},{"label":"Get product-type details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/product-types/getproducttypedetails","routeSlug":"/openapi/product-types/getproducttypedetails","metadata":{"seo":{"title":"Get product-type details","description":"Retrieves the full details of a specific product-type using its UUID."}},"httpPath":"/v2/product-types/{uuid}"},{"label":"Get price and availability calendar","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/product-types/getpricelistcalendar","routeSlug":"/openapi/product-types/getpricelistcalendar","metadata":{"seo":{"title":"Get price and availability calendar","description":"Provides a calendar view of pricing and availability for a specific product-type."}},"httpPath":"/v2/product-types/{uuid}/price-lists"},{"label":"Check availability and price for a single date","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/product-types/checkavailabilityandprice","routeSlug":"/openapi/product-types/checkavailabilityandprice","metadata":{"seo":{"title":"Check availability and price for a single date","description":"Checks the real-time availability and price for a specific product-type on a single given date."}},"httpPath":"/v2/product-types/{uuid}/price-lists/{date}"}]},{"type":"group","label":"Bookings","link":"/openapi/bookings","routeSlug":"/openapi/bookings","items":[{"label":"Create a booking","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/bookings/createbooking","routeSlug":"/openapi/bookings/createbooking","metadata":{"seo":{"title":"Create a booking","description":"Creates a new booking."}},"httpPath":"/v2/bookings"},{"label":"Get bookings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/bookings/getbookings","routeSlug":"/openapi/bookings/getbookings","metadata":{"seo":{"title":"Get bookings","description":"Retrieves a list of your bookings. You can filter the results by date_start, date_end, guest information (first_name, last_name, email, phone), partner_reference, and status."}},"httpPath":"/v2/bookings"},{"label":"Get booking details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/bookings/getbookingdetails","routeSlug":"/openapi/bookings/getbookingdetails","metadata":{"seo":{"title":"Get booking details","description":"Retrieves the current status and details of a specific booking using its UUID."}},"httpPath":"/v2/bookings/{uuid}"},{"label":"Confirm or cancel booking","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/bookings/updatebookingstatus","routeSlug":"/openapi/bookings/updatebookingstatus","metadata":{"seo":{"title":"Confirm or cancel booking","description":"Updates the status of a booking to either confirm or cancel."}},"httpPath":"/v2/bookings/{uuid}/{status}"},{"label":"Get vouchers","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/bookings/getvouchers","routeSlug":"/openapi/bookings/getvouchers","metadata":{"seo":{"title":"Get vouchers","description":"Retrieves the vouchers for a specific booking."}},"httpPath":"/v2/bookings/{bookingUuid}/vouchers"}]},{"type":"group","label":"Configuration","link":"/openapi/configuration","routeSlug":"/openapi/configuration","items":[{"label":"Get configuration","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/configuration/getconfig","routeSlug":"/openapi/configuration/getconfig","metadata":{"seo":{"title":"Get configuration","description":"Fetches essential configuration data for the API, including supported languages, currencies, locations, timezones, and the base URL for images."}},"httpPath":"/v2/config"}]},{"type":"group","label":"Requests","link":"/openapi/requests","routeSlug":"/openapi/requests","items":[{"type":"link","label":"CreateBookingRequest","link":"/openapi/requests/createbookingrequest","routeSlug":"/openapi/requests/createbookingrequest","httpVerb":"schema"}]},{"type":"group","label":"Responses","link":"/openapi/responses","routeSlug":"/openapi/responses","items":[{"type":"link","label":"BookingDetailsResponse","link":"/openapi/responses/bookingdetailsresponse","routeSlug":"/openapi/responses/bookingdetailsresponse","httpVerb":"schema"},{"type":"link","label":"BookingListResponse","link":"/openapi/responses/bookinglistresponse","routeSlug":"/openapi/responses/bookinglistresponse","httpVerb":"schema"},{"type":"link","label":"BookingVouchersResponse","link":"/openapi/responses/bookingvouchersresponse","routeSlug":"/openapi/responses/bookingvouchersresponse","httpVerb":"schema"},{"type":"link","label":"ConfigurationResponse","link":"/openapi/responses/configurationresponse","routeSlug":"/openapi/responses/configurationresponse","httpVerb":"schema"},{"type":"link","label":"ProductListResponse","link":"/openapi/responses/productlistresponse","routeSlug":"/openapi/responses/productlistresponse","httpVerb":"schema"},{"type":"link","label":"ProductResponse","link":"/openapi/responses/productresponse","routeSlug":"/openapi/responses/productresponse","httpVerb":"schema"},{"type":"link","label":"ProductRestrictionsResponse","link":"/openapi/responses/productrestrictionsresponse","routeSlug":"/openapi/responses/productrestrictionsresponse","httpVerb":"schema"},{"type":"link","label":"ProductTypeAvailabilityResponse","link":"/openapi/responses/producttypeavailabilityresponse","routeSlug":"/openapi/responses/producttypeavailabilityresponse","httpVerb":"schema"},{"type":"link","label":"ProductTypeCalendarResponse","link":"/openapi/responses/producttypecalendarresponse","routeSlug":"/openapi/responses/producttypecalendarresponse","httpVerb":"schema"},{"type":"link","label":"ProductTypeDetailsResponse","link":"/openapi/responses/producttypedetailsresponse","routeSlug":"/openapi/responses/producttypedetailsresponse","httpVerb":"schema"},{"type":"link","label":"ProductTypesForProductResponse","link":"/openapi/responses/producttypesforproductresponse","routeSlug":"/openapi/responses/producttypesforproductresponse","httpVerb":"schema"}]},{"type":"group","label":"Schemas","link":"/openapi/schemas","routeSlug":"/openapi/schemas","items":[{"type":"link","label":"Activity Type","link":"/openapi/schemas/activitytype","routeSlug":"/openapi/schemas/activitytype","httpVerb":"schema"},{"type":"link","label":"Activity Types","link":"/openapi/schemas/activitytypes","routeSlug":"/openapi/schemas/activitytypes","httpVerb":"schema"},{"type":"link","label":"AmountBreakdown","link":"/openapi/schemas/amountbreakdown","routeSlug":"/openapi/schemas/amountbreakdown","httpVerb":"schema"},{"type":"link","label":"Audio Headset Language","link":"/openapi/schemas/audioheadsetlanguage","routeSlug":"/openapi/schemas/audioheadsetlanguage","httpVerb":"schema"},{"type":"link","label":"Availability","link":"/openapi/schemas/availability","routeSlug":"/openapi/schemas/availability","httpVerb":"schema"},{"type":"link","label":"Availability Alternatives","link":"/openapi/schemas/availabilityalternatives","routeSlug":"/openapi/schemas/availabilityalternatives","httpVerb":"schema"},{"type":"link","label":"AvailabilityDate","link":"/openapi/schemas/availabilitydate","routeSlug":"/openapi/schemas/availabilitydate","httpVerb":"schema"},{"type":"link","label":"Booking Customer","link":"/openapi/schemas/bookingcustomer","routeSlug":"/openapi/schemas/bookingcustomer","httpVerb":"schema"},{"type":"link","label":"BookingDetails","link":"/openapi/schemas/bookingdetails","routeSlug":"/openapi/schemas/bookingdetails","httpVerb":"schema"},{"type":"link","label":"BookingOptions","link":"/openapi/schemas/bookingoptions","routeSlug":"/openapi/schemas/bookingoptions","httpVerb":"schema"},{"type":"link","label":"BookingOptionsPerPax","link":"/openapi/schemas/bookingoptionsperpax","routeSlug":"/openapi/schemas/bookingoptionsperpax","httpVerb":"schema"},{"type":"link","label":"BookingOptionValue","link":"/openapi/schemas/bookingoptionvalue","routeSlug":"/openapi/schemas/bookingoptionvalue","httpVerb":"schema"},{"type":"link","label":"Get Bookings Response","link":"/openapi/schemas/bookingsummary","routeSlug":"/openapi/schemas/bookingsummary","httpVerb":"schema"},{"type":"link","label":"Booking Unavailable Error","link":"/openapi/schemas/bookingunavailableerror","routeSlug":"/openapi/schemas/bookingunavailableerror","httpVerb":"schema"},{"type":"link","label":"BookingVoucher","link":"/openapi/schemas/bookingvoucher","routeSlug":"/openapi/schemas/bookingvoucher","httpVerb":"schema"},{"type":"link","label":"Cancellation Policies","link":"/openapi/schemas/cancellationpolicies","routeSlug":"/openapi/schemas/cancellationpolicies","httpVerb":"schema"},{"type":"link","label":"Categories","link":"/openapi/schemas/categories","routeSlug":"/openapi/schemas/categories","httpVerb":"schema"},{"type":"link","label":"Category","link":"/openapi/schemas/category","routeSlug":"/openapi/schemas/category","httpVerb":"schema"},{"type":"link","label":"Cities","link":"/openapi/schemas/cities","routeSlug":"/openapi/schemas/cities","httpVerb":"schema"},{"type":"link","label":"City","link":"/openapi/schemas/city","routeSlug":"/openapi/schemas/city","httpVerb":"schema"},{"type":"link","label":"Configuration Object","link":"/openapi/schemas/configuration","routeSlug":"/openapi/schemas/configuration","httpVerb":"schema"},{"type":"link","label":"Countries","link":"/openapi/schemas/countries","routeSlug":"/openapi/schemas/countries","httpVerb":"schema"},{"type":"link","label":"Country","link":"/openapi/schemas/country","routeSlug":"/openapi/schemas/country","httpVerb":"schema"},{"type":"link","label":"Currencies","link":"/openapi/schemas/currencies","routeSlug":"/openapi/schemas/currencies","httpVerb":"schema"},{"type":"link","label":"Currency","link":"/openapi/schemas/currency","routeSlug":"/openapi/schemas/currency","httpVerb":"schema"},{"type":"link","label":"ErrorResponse","link":"/openapi/schemas/errorresponse","routeSlug":"/openapi/schemas/errorresponse","httpVerb":"schema"},{"type":"link","label":"Language","link":"/openapi/schemas/language","routeSlug":"/openapi/schemas/language","httpVerb":"schema"},{"type":"link","label":"Languages","link":"/openapi/schemas/languages","routeSlug":"/openapi/schemas/languages","httpVerb":"schema"},{"type":"link","label":"Link","link":"/openapi/schemas/link","routeSlug":"/openapi/schemas/link","httpVerb":"schema"},{"type":"link","label":"Location","link":"/openapi/schemas/location","routeSlug":"/openapi/schemas/location","httpVerb":"schema"},{"type":"link","label":"Meta","link":"/openapi/schemas/meta","routeSlug":"/openapi/schemas/meta","httpVerb":"schema"},{"type":"link","label":"Origin Restriction Entry","link":"/openapi/schemas/originrestrictionentry","routeSlug":"/openapi/schemas/originrestrictionentry","httpVerb":"schema"},{"type":"link","label":"PaginatedResponse","link":"/openapi/schemas/paginatedresponse","routeSlug":"/openapi/schemas/paginatedresponse","httpVerb":"schema"},{"type":"link","label":"Pagination","link":"/openapi/schemas/pagination","routeSlug":"/openapi/schemas/pagination","httpVerb":"schema"},{"type":"link","label":"Paths","link":"/openapi/schemas/paths","routeSlug":"/openapi/schemas/paths","httpVerb":"schema"},{"type":"link","label":"Photo","link":"/openapi/schemas/photo","routeSlug":"/openapi/schemas/photo","httpVerb":"schema"},{"type":"link","label":"Price Detail","link":"/openapi/schemas/pricedetail","routeSlug":"/openapi/schemas/pricedetail","httpVerb":"schema"},{"type":"link","label":"PriceTypes","link":"/openapi/schemas/pricetypes","routeSlug":"/openapi/schemas/pricetypes","httpVerb":"schema"},{"type":"link","label":"Product","link":"/openapi/schemas/product","routeSlug":"/openapi/schemas/product","httpVerb":"schema"},{"type":"link","label":"Product Page Visit","link":"/openapi/schemas/productpagevisit","routeSlug":"/openapi/schemas/productpagevisit","httpVerb":"schema"},{"type":"link","label":"Product Summary","link":"/openapi/schemas/productsummary","routeSlug":"/openapi/schemas/productsummary","httpVerb":"schema"},{"type":"link","label":"ProductType","link":"/openapi/schemas/producttype","routeSlug":"/openapi/schemas/producttype","httpVerb":"schema"},{"type":"link","label":"ProductTypeOption","link":"/openapi/schemas/producttypeoption","routeSlug":"/openapi/schemas/producttypeoption","httpVerb":"schema"},{"type":"link","label":"ProductTypeOptions","link":"/openapi/schemas/producttypeoptions","routeSlug":"/openapi/schemas/producttypeoptions","httpVerb":"schema"},{"type":"link","label":"ProductTypeSummary","link":"/openapi/schemas/producttypesummary","routeSlug":"/openapi/schemas/producttypesummary","httpVerb":"schema"},{"type":"link","label":"Rate Detail","link":"/openapi/schemas/ratedetail","routeSlug":"/openapi/schemas/ratedetail","httpVerb":"schema"},{"type":"link","label":"State","link":"/openapi/schemas/state","routeSlug":"/openapi/schemas/state","httpVerb":"schema"},{"type":"link","label":"States","link":"/openapi/schemas/states","routeSlug":"/openapi/schemas/states","httpVerb":"schema"},{"type":"link","label":"Sub-Category","link":"/openapi/schemas/subcategory","routeSlug":"/openapi/schemas/subcategory","httpVerb":"schema"},{"type":"link","label":"SuccessfulResponse","link":"/openapi/schemas/successfulresponse","routeSlug":"/openapi/schemas/successfulresponse","httpVerb":"schema"},{"type":"link","label":"TicketType","link":"/openapi/schemas/tickettype","routeSlug":"/openapi/schemas/tickettype","httpVerb":"schema"},{"type":"link","label":"Ticket Types","link":"/openapi/schemas/tickettypes","routeSlug":"/openapi/schemas/tickettypes","httpVerb":"schema"},{"type":"link","label":"Product Type Timeslot","link":"/openapi/schemas/timeslot","routeSlug":"/openapi/schemas/timeslot","httpVerb":"schema"},{"type":"link","label":"User","link":"/openapi/schemas/user","routeSlug":"/openapi/schemas/user","httpVerb":"schema"},{"type":"link","label":"Validity Product","link":"/openapi/schemas/validityproduct","routeSlug":"/openapi/schemas/validityproduct","httpVerb":"schema"}]},{"type":"group","label":"webhooks","link":"/openapi/webhooks","routeSlug":"/openapi/webhooks","items":[{"label":"Product available","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/openapi/webhooks/productavailable","routeSlug":"/openapi/webhooks/productavailable","metadata":{"seo":{"title":"Product available","description":"This webhook is triggered when a new product becomes available."}},"httpPath":"product_available"},{"label":"Product updated","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/openapi/webhooks/productupdated","routeSlug":"/openapi/webhooks/productupdated","metadata":{"seo":{"title":"Product updated","description":"This webhook is triggered when a product's information is updated."}},"httpPath":"product_updated"},{"label":"Product-type available","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/openapi/webhooks/producttypeavailable","routeSlug":"/openapi/webhooks/producttypeavailable","metadata":{"seo":{"title":"Product-type available","description":"This webhook is triggered when a new product type becomes available."}},"httpPath":"product_type_available"},{"label":"Product-type not available","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/openapi/webhooks/producttypenotavailable","routeSlug":"/openapi/webhooks/producttypenotavailable","metadata":{"seo":{"title":"Product-type not available","description":"This webhook is triggered when a product type is no longer available."}},"httpPath":"product_type_not_available"},{"label":"Product-type content updated","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/openapi/webhooks/producttypecontentupdated","routeSlug":"/openapi/webhooks/producttypecontentupdated","metadata":{"seo":{"title":"Product-type content updated","description":"This webhook is triggered when the content of a product type is updated."}},"httpPath":"product_type_content_updated"},{"label":"Booking status updated","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/openapi/webhooks/bookingstatusupdated","routeSlug":"/openapi/webhooks/bookingstatusupdated","metadata":{"seo":{"title":"Booking status updated","description":"This webhook is triggered when a booking's status is updated."}},"httpPath":"booking_status_updated"},{"label":"Booking data updated","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/openapi/webhooks/bookingdataupdated","routeSlug":"/openapi/webhooks/bookingdataupdated","metadata":{"seo":{"title":"Booking data updated","description":"This webhook is triggered when a booking's data is updated."}},"httpPath":"booking_data_updated"},{"label":"Booking tickets updated","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/openapi/webhooks/bookingticketsupdated","routeSlug":"/openapi/webhooks/bookingticketsupdated","metadata":{"seo":{"title":"Booking tickets updated","description":"This webhook is triggered when a booking's tickets are updated."}},"httpPath":"booking_tickets_updated"}]}]}