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

# Retrieve reservation

`GET /reservation/external-id/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `allow_multiple` boolean

## Response `200`

200

- object
  - `access_code` unknown
  - `checkin_date` string
  - `checkin_early` unknown
  - `checkin_time` string
  - `checkout_date` string
  - `checkout_late` unknown
  - `checkout_time` string
  - `guests` unknown[]
    - unknown
  - `guide_url` unknown
  - `id` integer
  - `note` unknown
  - `property_id` integer
  - `reference_external_property_id` string
  - `reference_property_id` string
  - `reference_reservation_id` string
  - `status` string
  - `tags` unknown[]
    - unknown
  - `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)
