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