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