{ "opencollection": "1.0.0", "info": { "name": "API Reference accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "accounts", "type": "folder" }, "items": [ { "info": { "name": "Get All Bank Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://host.com/v2/accounts/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ] }, "docs": "Get All Bank Accounts" }, { "info": { "name": "Create Consumer Bank Account", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/accounts/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Consumer Bank Account" }, { "info": { "name": "Get Bank Account", "type": "http" }, "http": { "method": "GET", "url": "https://host.com/v2/accounts/:account_id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get Bank Account" }, { "info": { "name": "Update Bank Account", "type": "http" }, "http": { "method": "PUT", "url": "https://host.com/v2/accounts/:account_id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Bank Account" } ] } ], "bundled": true }