List TikTok 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.
Authorization
bearerAuth API key authentication - use your Zernio API key as a Bearer token
In: header
Query Parameters
ID of the tiktokads (or parent tiktok posting) SocialAccount
Response Body
application/json
application/json
application/json
{ "businessCenters": [ { "bcId": "string", "name": "string", "advertiserCount": 0 } ]}Businesses list
Business Manager portfolios the connected Meta user belongs to (Meta's `/me/businesses`), rows returned verbatim (id, name, verification_status, created_time). Token-scoped, so no `adAccountId` is needed. For TikTok Business Centers use `GET /v1/ads/business-centers`.
Ad labels
Lists the ad account's organizational labels (Meta's `/act_X/adlabels`), rows returned verbatim (id, name, created/updated time).