---
title: "List TikTok Business Centers"
method: GET
path: "/v1/ads/business-centers"
tags: ["Ad Accounts"]
---

# List TikTok Business Centers

`GET /v1/ads/business-centers`

Returns the TikTok Business Centers (BCs) the connected `tiktokads` account can read.
Each BC reports its advertiser count so callers can build agency-style pickers
without re-walking `/v1/ads/accounts` per BC.

TikTok-only. Solo advertisers (non-agency tokens) return an empty array.

## Query parameters

- `accountId` string, required

## Response `200`

Business centers

- object
  - `businessCenters` BusinessCenter[]
    - `bcId` string — Business Center ID
    - `name` string — Display name set by the BC owner
    - `advertiserCount` integer, nullable — Number of advertisers reachable under this BC for the calling token. `null` when the BC asset walk returned empty or failed (typical for agency apps without full BC asset read scope) — distinct from `0`, which would imply the BC genuinely has no advertisers.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — TikTok account not found
- `422` — TikTok Ads not connected

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/f81ca70ea6b9/schema)
