---
title: "External bookings by Booking id"
method: GET
path: "/v2/reservations/bookings/{id}/externalBookings"
tags: ["Reservations"]
---

# External bookings by Booking id

`GET /v2/reservations/bookings/{id}/externalBookings`

Get the list of external bookings belonging to the specified Id.

## Path parameters

- `id` integer, required

## Response `200`

OK

- LodgifyApiPublicReservationsModelsV2ReservationsBookingsExternalBookingListDto — External bookings result
  - `external_bookings` LodgifyApiPublicReservationsModelsV2ReservationsBookingsExternalBookingDto[], nullable — List of external bookings
    - `created_at` string, date-time — Time the external booking was created at
    - `content` string, nullable — Contents of the external booking

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/lodgify/apis/lodgify-public-api-v1.md) · [All operations](https://skmtc.net/lodgify/apis/lodgify-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lodgify/lodgify-public-api-v1/revisions/ddf40757d411/schema)
