---
title: "List room types"
method: GET
path: "/v1/room_types"
tags: ["Room types"]
---

# List room types

`GET /v1/room_types`

## Response `200`

OK

- ListRoomTypesResponse
  - `room_types` RoomTypeExternalSchema[], required
    - `id` string, required
    - `name` string, required
    - `reference_key` string, nullable, required — Optional unique identifier for this room type in your system.

---

[API](https://skmtc.dev/navigate/apis/navigateai-api.md) · [All operations](https://skmtc.dev/navigate/apis/navigateai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/navigate/navigateai-api/revisions/82c65d38042f/schema)
