---
title: "Search TikTok location tags"
method: GET
path: "/v1/accounts/{accountId}/tiktok/locations"
tags: ["Accounts"]
---

# Search TikTok location tags

`GET /v1/accounts/{accountId}/tiktok/locations`

Searches the location tags a TikTok account connected through the TikTok for Business app can attach to a video post. Send a result's id and name as tiktokSettings.locationId and locationName when creating a post. TikTok answers the 20 closest matches and fills the list with fuzzy matches when nothing matches, so an unrelated result does not mean the place is missing.

## Path parameters

- `accountId` string, required

## Query parameters

- `query` string, required

## Response `200`

The closest location tags, best match first

- object
  - `locations` object[]
    - `id` string — The value to send as locationId
    - `name` string — The value to send as locationName
    - `address` string — Address or region TikTok shows for the place, for disambiguation

## Other responses

- `400` — Invalid request
- `404` — Account not found

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 1 info
  - added the optional property `details/budgetScope` to the response with the `400` status
- **2026-09-15** `0dba7d004d75` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/accounts/:accountId/tiktok/locations/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/fdaf9a9fb1a7?raw)
