---
title: "Special Requests Catalog [HOTELS]"
method: GET
path: "/special-requests/catalog"
tags: ["Special Requests"]
---

# Special Requests Catalog [HOTELS]

`GET /special-requests/catalog`

## Query parameters

- `product_type` 'HOTEL', required
- `product_id` string, required
- `hotel_id` string

## Response `200`

OK

- object
  - `product_type` string — Type of product associated with the catalog.
  - `items` object[] — List of available special requests for the product.
    - `code` string — Unique code identifying the special request.
    - `description` string — Human-readable description of the special request.
    - `requires_value` boolean — Indicates whether a value must be provided when submitting the special request (POST). For example, LATE_CHECK_IN requires a value specifying the desired check-in time.

---

[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)
