{ "opencollection": "1.0.0", "info": { "name": "AppLovin Axon Campaign Management Ad Units Campaigns API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "List Campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.ads.axon.ai/manage/v1/campaign/list", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account identifier issued by AppLovin / Axon." }, { "name": "ids", "value": "", "type": "query", "description": "Comma-separated campaign IDs (max 100)." }, { "name": "hashed_ids", "value": "", "type": "query", "description": "Comma-separated external (hashed) campaign IDs (max 100)." }, { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List campaigns for the authenticated account, optionally filtered by ID lists." }, { "info": { "name": "Create Campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.ads.axon.ai/manage/v1/campaign/create", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account identifier issued by AppLovin / Axon." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new AppDiscovery / Axon campaign. The `id` field is\nforbidden on create. The `bidding_strategy` field is required and\ncannot be updated after creation.\n" }, { "info": { "name": "Update Campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.ads.axon.ai/manage/v1/campaign/update", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account identifier issued by AppLovin / Axon." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing campaign. `id`, `type`, and `campaign_id` are required." } ] } ], "bundled": true }