Method
GET /v1/ref/room-categories/:id
Description
Returns a single room category record by its UUID. This endpoint is useful when you need the full details of a specific room category after obtaining its ID from the list endpoint.Headers
This endpoint is public and does not require authentication.Path Parameters
The UUID of the room category to retrieve.
Response
Error Responses
Response Fields
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
- This endpoint returns both active and inactive room categories (unlike the list endpoint)
- The ID must be a valid UUID format
- If the room category does not exist, a 404 error is returned