---
title: "Get Deals For Hotel"
method: GET
path: "/hotel-deals/by-hotel/{hotel_id}"
tags: ["hotel-deals"]
---

# Get Deals For Hotel

`GET /hotel-deals/by-hotel/{hotel_id}`

Find deals near a specific hotel.

## Path parameters

- `hotel_id` integer, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/106d2d712b27?raw)
