Skip to main content
POST
Search Alternative Tenants Availability

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

date
string<date>
required

The date for the availability search in ISO 8601 format (YYYY-MM-DD)

Example:

"2025-03-20"

time
string
required

The time for the availability search in ISO 8601 format (HH:MM:SS)

Example:

"22:30:00"

Body

application/json

GetTenantsAvailabilityRequest

Request payload for fetching availability across multiple Tenants.

paxChildren
integer
required

The number of children in the Booking. Available only if the Tenant setting for differentiating adults and children is enabled

Required range: 0 <= x <= 100
Example:

0

pax
integer
required

The number of people (or adults, depending on Tenant settings) in the Booking

Required range: 1 <= x <= 100
Example:

2

customerUuid
string

The Customer UUID.

Include this field only to associate the request with an existing Customer in Restoo

Example:

"0199ce9adaab7327bda33ef9f75c123"

Response

GetTenantsAvailabilityResponse

Response payload containing availability information across multiple Tenants.

tenants
TenantAvailability · object[]
required