---
title: "Get Deals"
method: GET
path: "/hotel-deals/{slug}"
tags: ["hotel-deals"]
---

# Get Deals

`GET /hotel-deals/{slug}`

Get top hotel deals for a location.

## Path parameters

- `slug` string, required

## Query parameters

- `tier` integer, nullable
- `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-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/4f4ea4eb6a21/schema)
