booboooking_get_booking
Retrieve a booking by its reservation ID. Requires the PIN from the original booking response to prove ownership. Returns full booking details including payment state if the reservation was created via the payment flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | Yes | The PIN returned from the original booboooking_book call | |
| provider | Yes | Provider identifier (same as used for booking) | |
| reservation_id | Yes | The reservation ID returned from booboooking_book (24-char hex MongoDB ObjectId) |