TikTok · Example Payload

Tiktok Business Getcampaigns Example

AdvertisingCommerceContentE-CommerceSocial-MediaVideo

Tiktok Business Getcampaigns Example is an example object payload from TikTok, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://business-api.tiktok.com/open_api/v1.3/campaign/get/?advertiser_id=7123456789&page=1&page_size=10",
    "headers": {
      "Access-Token": "{{TIKTOK_BUSINESS_ACCESS_TOKEN}}",
      "Content-Type": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "code": 0,
      "message": "OK",
      "data": {
        "list": [
          {
            "campaign_id": "1234567890123456789",
            "campaign_name": "Spring Sale 2026",
            "advertiser_id": "7123456789",
            "objective_type": "CONVERSIONS",
            "status": "ENABLE",
            "budget": 500.00,
            "budget_mode": "BUDGET_MODE_DAY",
            "create_time": "2026-04-01 00:00:00",
            "modify_time": "2026-04-15 10:30:00"
          }
        ],
        "page_info": {
          "page": 1,
          "page_size": 10,
          "total_number": 1,
          "total_page": 1
        }
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/tiktok-business-getCampaigns-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.