Skip to main content
GET
Get Customer Bookings

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

customerUuid
string
required

The customer UUID

Example:

"50b5571be67b477baa9dead4b290c555"

Query Parameters

date_from
string<date>

Filter start date in ISO 8601 format (YYYY-MM-DD)

Example:

"2025-01-01"

date_to
string<date>

Filter end date in ISO 8601 format (YYYY-MM-DD). Must be equal to or after date_from

Example:

"2025-12-31"

Response

data
PrivateBookingResponse · object
required

Full Booking details, including private properties.