Check availability

Rooms bookable for a date range, with nightly rates.

GET/availability

Rooms bookable for a date range, with nightly rates.

Query parameters

First night. Checkout date.

Responses

Status Description
200 Available rooms.

Example response

[
  {
    "roomType": "string",
    "available": 0,
    "nightlyRate": 0
  }
]

Try it

curl -X GET "https://api.example.com/v1/availability" \
  -H "Authorization: Bearer $TOKEN"