---
title: "Retrieve reservation"
method: GET
path: "/reservation/{id}"
---

# Retrieve reservation

`GET /reservation/{id}`

## Path parameters

- `id` integer, required

## Response `200`

200

- object
  - `access_code` string
  - `checkin_date` string
  - `checkin_early` unknown
  - `checkin_time` string
  - `checkout_date` string
  - `checkout_late` unknown
  - `checkout_time` string
  - `guest_code` string
  - `guests` object[]
    - `emails` unknown[]
      - unknown
    - `first_name` string
    - `last_name` unknown
    - `phone_numbers` unknown[]
      - unknown
  - `id` integer
  - `note` unknown
  - `property_id` integer
  - `reference_external_property_id` string
  - `reference_property_id` string
  - `reference_reservation_id` string
  - `status` string
  - `tags` object[]
    - `id` integer
    - `name` string
  - `type_guest` object
    - `code` string
    - `name` string
  - `type_reservation` object
    - `code` string
    - `name` string
  - `type_stay` object
    - `code` string
    - `name` string

---

[API](https://skmtc.dev/breezeway/apis/breezeway-auth-api.md) · [All operations](https://skmtc.dev/breezeway/apis/breezeway-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breezeway/breezeway-auth-api/revisions/920ab5205e9d/schema)
