{ "opencollection": "1.0.0", "info": { "name": "Okra API (Historical) Accounts API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Retrieve linked accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve linked accounts" }, { "info": { "name": "Get accounts by customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/accounts/getByCustomer", "body": { "type": "json", "data": "{}" } }, "docs": "Get accounts by customer" } ] } ], "bundled": true }