---
title: "Status reservation"
method: GET
path: "/book/{reservationId}"
tags: ["Reservations"]
---

# Status reservation

`GET /book/{reservationId}`

## Path parameters

- `reservationId` string, required

## Response `200`

OK

- object
  - `reservation_id` string — Number of the reservation created.
  - `status` 'SUCCESS' | 'PROCESSING' | 'ERROR' — Possible reservation statuses: 'SUCCESS', 'ERROR', and 'PROCESSING'.
  - `products` object[]
    - `type` string — type of product associated with the reservation.
    - `platform_id` string — product ID.
    - `pnr` string — PNR (Passenger Name Record) code.

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/despegar/apis/decolar-booking-api.md) · [All operations](https://skmtc.net/despegar/apis/decolar-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/despegar/decolar-booking-api/revisions/2fb15f2434ea/schema)
