v1
latestOpenAPI 3.0.02026-07-247251950.2 KBManage bookings
Retrieve a prebook by ID
Overview
Retrieve details of an existing prebook session by its ID. Use this to fetch prebook information without creating a new session.
When to Use
- Session recovery - Retrieve prebook details if you've stored the prebookId
- Status checks - Verify prebook session details before completing booking
- Payment integration - Get prebook data needed for payment processing
- Credit balance - Optionally include updated credit balance information
What You Get
- Complete prebook data - All information from the prebook session
- Rate details - Pricing, room types, and availability
- Terms and conditions - Cancellation policies and booking terms
- Credit balance - Optional updated credit balance (if requested)
Quick Start
Provide the prebookId in the URL path. Optionally include includeCreditBalance query parameter to get updated credit information.
get/prebooks/{prebookId}
Path parameters
prebookIdstring required
(Required) The unique identifier of the prebook session.
Query parameters
includeCreditBalancestring
Whether to include updated credit balance information with the prebook.
Response
OK