{ "opencollection": "1.0.0", "info": { "name": "TikTok API for Business Ad Groups Data Portability API", "version": "v1.3" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Data Portability", "type": "folder" }, "items": [ { "info": { "name": "Create Data Portability Task", "type": "http" }, "http": { "method": "POST", "url": "https://business-api.tiktok.com/v2/data_portability/task/create/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a data export task for a user, specifying the data categories to include." }, { "info": { "name": "Get Data Portability Task Status", "type": "http" }, "http": { "method": "POST", "url": "https://business-api.tiktok.com/v2/data_portability/task/status/", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the status of a data portability export task." } ] } ], "bundled": true }