Skip to main content
GET
Retrieve full details for a single booking attributed to your affiliate account. Returns 404 if the booking does not exist or does not belong to your account.

Authorizations

Headout-Auth
string
header
required

Path Parameters

bookingId
integer
required

The booking ID to retrieve.

Response

Successful response

A single booking attributed to the affiliate.

bookingId
string

Unique booking identifier. Use this as the {bookingId} path parameter in the Get Booking endpoint.

status
enum<string>

Current status of the booking. CANCELLED bookings have commission.partnerEarningsUSD set to 0.

Available options:
PENDING,
COMPLETED,
CANCELLED
creationTimestamp
integer<int64>

Unix epoch timestamp (seconds) when this booking was first created.

startDateTime
string<date-time> | null

Scheduled start date and time of the experience (ISO 8601, UTC). Null for open-dated products.

numberOfGuests
integer

Total number of guests in the booking.

product
object

Product information for the booking.

price
object

Pricing details in the tour's local currency, plus USD equivalents.

commission
object

Earnings for this booking in USD.

attribution
object

Attribution details for this booking.

user
object

Basic user information for the booking.