{ "opencollection": "1.0.0", "info": { "name": "Routable Companies Funding Sources API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Funding Sources", "type": "folder" }, "items": [ { "info": { "name": "List funding accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.routable.com/v1/settings/accounts" }, "docs": "List funding accounts" }, { "info": { "name": "Retrieve a funding account", "type": "http" }, "http": { "method": "GET", "url": "https://api.routable.com/v1/settings/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a funding account" }, { "info": { "name": "Retrieve the Routable Balance account", "type": "http" }, "http": { "method": "GET", "url": "https://api.routable.com/v1/settings/accounts/balance" }, "docs": "Retrieve the Routable Balance account" }, { "info": { "name": "Deposit funds into Routable Balance", "type": "http" }, "http": { "method": "POST", "url": "https://api.routable.com/v1/settings/accounts/:id/deposit", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deposit funds into Routable Balance" } ] } ], "bundled": true }