List room types
Returns active room types across the companies your public key is scoped
to. Localized fields (category, description) return the locale keys
selected by Accept-Language.
Authorizations
Headers
Comma-separated BCP 47 language tags selecting which locale keys localized fields return. When omitted, all locale keys are returned.
"cs-CZ,de"
Optional client-provided request identifier echoed in error responses.
Query Parameters
Number of records to return.
1 <= x <= 100Cursor from the previous page's pagination.nextCursor.
Filter by hotel id.
^[0-9a-fA-F]{24}$Filter by number of beds.
1 <= x <= 10Filter by exact room type code.
Full-text search of the localized category name across all supported languages (case- and diacritics-insensitive). To match a code, use code.
Set to hotel to embed the hotel in each room type.
hotel Sort order. Ties are broken by id.
createdAt:desc, createdAt:asc, id:asc, id:desc