---
title: "Resolve a place name to a supplier city id"
method: POST
path: "/api/v1/hotels/destinations"
tags: ["Hotels"]
---

# Resolve a place name to a supplier city id

`POST /api/v1/hotels/destinations`

Convert a place name into the `city_id` that hotel search needs.
Take `Id` from the first result as `city_id` and `Name` as `city_name`.

## Request body

- object
  - `text` string, required

## Response `200`

Matching destinations, best first

## Other responses

- `402` — No payment method on file. Hotels require a card for every call, search included.

## Changes

> 20 revisions in range; 1 could not be searched.

- **2026-08-04** `7bda5c981b41` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/letsfg/apis/letsfg-api/changes/api/v1/hotels/destinations/post.md)

---

[API](https://skmtc.dev/letsfg/apis/letsfg-api.md) · [All operations](https://skmtc.dev/letsfg/apis/letsfg-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/letsfg/letsfg-api/revisions/89a6a1405650/schema)
