{ "opencollection": "1.0.0", "info": { "name": "TikTok API for Business Ad Groups API", "version": "v1.3" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Ad Groups", "type": "folder" }, "items": [ { "info": { "name": "Get Ad Groups", "type": "http" }, "http": { "method": "GET", "url": "https://business-api.tiktok.com/open_api/v1.3/adgroup/get/", "params": [ { "name": "advertiser_id", "value": "", "type": "query" }, { "name": "campaign_id", "value": "", "type": "query", "description": "Filter by campaign ID" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "Retrieves ad groups (ad sets) for an advertiser, with optional filtering by campaign ID or ad group IDs." }, { "info": { "name": "Create Ad Group", "type": "http" }, "http": { "method": "POST", "url": "https://business-api.tiktok.com/open_api/v1.3/adgroup/create/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new ad group within an existing campaign." } ] } ], "bundled": true }