{ "opencollection": "1.0.0", "info": { "name": "Kevel APIs Ads Campaigns API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Adzerk-ApiKey", "value": "{{X-Adzerk-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "List campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.kevel.co/v1/campaign" }, "docs": "List campaigns" }, { "info": { "name": "Create a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.kevel.co/v1/campaign", "body": { "type": "json", "data": "{}" } }, "docs": "Create a campaign" }, { "info": { "name": "Get a campaign", "type": "http" }, "http": { "method": "GET", "url": "https://api.kevel.co/v1/campaign/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a campaign" }, { "info": { "name": "Update a campaign", "type": "http" }, "http": { "method": "PUT", "url": "https://api.kevel.co/v1/campaign/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a campaign" } ] } ], "bundled": true }