{ "opencollection": "1.0.0", "info": { "name": "Mono Account Information API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "mono-sec-key", "value": "{{mono-sec-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Information", "type": "folder" }, "items": [ { "info": { "name": "Get account details", "type": "http" }, "http": { "method": "GET", "url": "https://api.withmono.com/v2/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The linked account id returned by the exchange-token endpoint." } ] }, "docs": "Retrieves account holder, institution, and balance details for a linked account." }, { "info": { "name": "Get account balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.withmono.com/v2/accounts/:id/balance", "params": [ { "name": "id", "value": "", "type": "path", "description": "The linked account id returned by the exchange-token endpoint." } ] }, "docs": "Returns the near-real-time balance for a linked account." }, { "info": { "name": "Unlink account", "type": "http" }, "http": { "method": "POST", "url": "https://api.withmono.com/v2/accounts/:id/unlink", "params": [ { "name": "id", "value": "", "type": "path", "description": "The linked account id returned by the exchange-token endpoint." } ] }, "docs": "Unlinks a previously linked account, revoking further data access." } ] } ], "bundled": true }