Skip to main content
GET
Get Cancel Booking Details

Authorizations

Authorization
string
header
required

All requests must include the static API Key in the Authorization header using the Bearer scheme.

Headers

Restoo-Partner-Id
string
required

Unique identifier of your Partner account (defined by Restoo).

Restoo-Account-Id
string
required

Unique identifier of the Tenant.

Path Parameters

bookingUuid
string
required

The Booking UUID

Example:

"50b5571be67b477baa9dead4b290c555"

Response

CancelBookingQuoteResponse

Response containing all information required to inform the customer about the financial consequences (if any) of canceling a Booking at this moment.

booking
PublicBooking · object
required

The Booking details.

cancellationPolicyQuote
BookingCancellationPolicyQuote · object | null
required

Cancellation Policy quote to finalize a Booking.

Represents a point-in-time simulation of the Cancellation Policy outcome (penalties, deadlines, and resulting status), evaluated using the request inputs at the moment the quote is generated.

This object does NOT represent persisted policy data nor the final state applied to the Booking.