{ "opencollection": "1.0.0", "info": { "name": "Unbounce REST Accounts API", "version": "0.4.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.unbounce.com/accounts" }, "docs": "List accounts" }, { "info": { "name": "Retrieve a single account", "type": "http" }, "http": { "method": "GET", "url": "https://api.unbounce.com/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single account" }, { "info": { "name": "List sub-accounts for an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.unbounce.com/accounts/:account_id/sub_accounts", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List sub-accounts for an account" }, { "info": { "name": "Retrieve a sub-account", "type": "http" }, "http": { "method": "GET", "url": "https://api.unbounce.com/sub_accounts/:sub_account_id", "params": [ { "name": "sub_account_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a sub-account" } ] } ], "bundled": true }