Method
GET /v1/ref/room-categories
Description
Returns the complete list of active room categories available in the platform. These categories are used when configuring hotel and accommodation products to specify room types like Standard, Deluxe, Suite, etc.Headers
This endpoint is public and does not require authentication.Query Parameters
No query parameters are required. The endpoint returns all active room categories sorted bydisplayOrder and then by name.
Response
Response Fields
Array of room category objects.
UUID v7 identifier for the room category.
Unique code identifier (e.g., “standard”, “deluxe”, “suite”).
Human-readable name of the room category.
Optional description of the room category.
Order for display purposes (lower numbers appear first).
Whether the room category is currently active.
ISO 8601 timestamp of when the record was created.
ISO 8601 timestamp of when the record was last updated.
Notes
- Only active room categories (
isActive: true) are returned - Results are sorted by
displayOrder(ascending), then byname(ascending) - Inactive or soft-deleted categories are excluded from this endpoint