>_

SpendSignoff documentation

The always-on operator for your ad accounts. Read and draft from your AI client — approve before anything goes live.

API reference / TikTok Ads

Search TikTok Targeting

GET/v1/tiktok-ads/search-tiktok-targeting

Search TikTok Targeting on TikTok Ads.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.
targetingobjectnoTargeting spec to apply or query.

Example request

GET /v1/tiktok-ads/search-tiktok-targeting

{
  "account_id": "account_a91f",
  "targeting": {
    "example": "value"
  }
}

Example response

200 — OK

{
  "data": [
    {
      "id": "camp_a91f",
      "name": "Q2 Brand",
      "status": "ENABLED"
    }
  ],
  "page": {
    "next": null
  }
}

More TikTok Ads endpoints

    Search TikTok Targeting — TikTok Ads API — SpendSignoff