{ "opencollection": "1.0.0", "info": { "name": "Appcues Public Banners API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Banners", "type": "folder" }, "items": [ { "info": { "name": "List banners", "type": "http" }, "http": { "method": "GET", "url": "https://api.appcues.com/v2/accounts/:account_id/banners", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Appcues account identifier" } ] }, "docs": "List banners" }, { "info": { "name": "Get a banner", "type": "http" }, "http": { "method": "GET", "url": "https://api.appcues.com/v2/accounts/:account_id/banners/:banner_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Appcues account identifier" }, { "name": "banner_id", "value": "", "type": "path" } ] }, "docs": "Get a banner" }, { "info": { "name": "Publish a banner", "type": "http" }, "http": { "method": "POST", "url": "https://api.appcues.com/v2/accounts/:account_id/banners/:banner_id/publish", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Appcues account identifier" }, { "name": "banner_id", "value": "", "type": "path" } ] }, "docs": "Publish a banner" }, { "info": { "name": "Unpublish a banner", "type": "http" }, "http": { "method": "POST", "url": "https://api.appcues.com/v2/accounts/:account_id/banners/:banner_id/unpublish", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Appcues account identifier" }, { "name": "banner_id", "value": "", "type": "path" } ] }, "docs": "Unpublish a banner" } ] } ], "bundled": true }