{ "opencollection": "1.0.0", "info": { "name": "FastSpring Accounts API", "version": "1.0.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.fastspring.com/accounts" }, "docs": "List accounts" }, { "info": { "name": "Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastspring.com/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create an account" }, { "info": { "name": "Retrieve an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastspring.com/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an account" }, { "info": { "name": "Update an account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fastspring.com/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an account" }, { "info": { "name": "Get an account's management portal URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastspring.com/accounts/:account_id/portal-url", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get an account's management portal URL" } ] } ], "bundled": true }