Skip to main content
GET
/
calendar
/
checkouts
Get checkout dates
curl --request GET \
  --url https://spaportal.cz/api/v1/calendar/checkouts \
  --header 'Authorization: Bearer <token>'
[
  {
    "date": "2026-12-09"
  },
  {
    "date": "2026-12-16"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string

Comma-separated list of languages to include.

Example:

"cs_CZ,de"

Query Parameters

start_date
string<date>
required

Check-in date in YYYY-MM-DD format.

visit_type_id
integer

Visit type ID.

hotel_id
integer

Hotel ID.

room_type_id
integer

Room type ID.

Response

Valid checkout dates.

date
string<date>