Get booking details
GET/bookings/:id
Retrieve detailed information about a specific booking.
Use this endpoint to check the current status of a booking, especially after creation to verify CPO confirmation.
Request
Responses
- 200
- 401
- 404
- 429
Booking details retrieved successfully
Unauthorized - missing or invalid API key
Booking not found
Rate limit exceeded
Response Headers
Retry-After
Seconds to wait before retrying
X-RateLimit-Limit
Request limit per minute
X-RateLimit-Remaining
Remaining requests in current window
X-RateLimit-Reset
ISO 8601 timestamp when limit resets