{ "opencollection": "1.0.0", "info": { "name": "Belvo Accounts API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List all accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.belvo.com/api/accounts/", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of items per page (max 1000)." }, { "name": "page", "value": "", "type": "query", "description": "The page number of results to return." } ] }, "docs": "List all accounts" }, { "info": { "name": "Retrieve accounts for a Link", "type": "http" }, "http": { "method": "POST", "url": "https://api.belvo.com/api/accounts/", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve accounts for a Link" }, { "info": { "name": "Get an account's details", "type": "http" }, "http": { "method": "GET", "url": "https://api.belvo.com/api/accounts/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Get an account's details" }, { "info": { "name": "Delete an account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.belvo.com/api/accounts/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Delete an account" } ] } ], "bundled": true }