{ "opencollection": "1.0.0", "info": { "name": "Okra Accounts Balance API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Balance", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all balance records", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/balances", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve all balance records" }, { "info": { "name": "Retrieve a balance record by id", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/balance/getById", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a balance record by id" }, { "info": { "name": "Retrieve balances by customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/balance/getByCustomer", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve balances by customer" }, { "info": { "name": "Retrieve balances by account", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/balance/getByAccount", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve balances by account" }, { "info": { "name": "Retrieve balances by type and value", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/balance/getByType", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve balances by type and value" } ] } ], "bundled": true }