{ "opencollection": "1.0.0", "info": { "name": "Okra API (Historical) Accounts Wallet API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Wallet", "type": "folder" }, "items": [ { "info": { "name": "Check billing wallet balance", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/wallet/balance/check", "body": { "type": "json", "data": "{}" } }, "docs": "Check billing wallet balance" } ] } ], "bundled": true }