{ "opencollection": "1.0.0", "info": { "name": "AppLovin Axon Campaign Management Ad Units Creative Sets API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Creative Sets", "type": "folder" }, "items": [ { "info": { "name": "List Creative Sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.ads.axon.ai/manage/v1/creative_set/list", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account identifier issued by AppLovin / Axon." }, { "name": "ids", "value": "", "type": "query", "description": "Comma-separated creative set IDs." }, { "name": "hashed_ids", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List creative sets, optionally filtered by IDs." }, { "info": { "name": "List Creative Sets By Campaign ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.ads.axon.ai/manage/v1/creative_set/list_by_campaign_id", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account identifier issued by AppLovin / Axon." }, { "name": "ids", "value": "", "type": "query", "description": "Comma-separated campaign IDs." }, { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List creative sets grouped by campaign ID." }, { "info": { "name": "Create Creative Set", "type": "http" }, "http": { "method": "POST", "url": "https://api.ads.axon.ai/manage/v1/creative_set/create", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account identifier issued by AppLovin / Axon." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new creative set under a campaign." }, { "info": { "name": "Update Creative Set", "type": "http" }, "http": { "method": "POST", "url": "https://api.ads.axon.ai/manage/v1/creative_set/update", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account identifier issued by AppLovin / Axon." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing creative set." }, { "info": { "name": "Clone Creative Set", "type": "http" }, "http": { "method": "POST", "url": "https://api.ads.axon.ai/manage/v1/creative_set/clone", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account identifier issued by AppLovin / Axon." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clone an existing creative set into the same campaign." } ] } ], "bundled": true }