{ "opencollection": "1.0.0", "info": { "name": "Okra API (Historical) Accounts Transactions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Process transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/transactions/process", "body": { "type": "json", "data": "{}" } }, "docs": "Process transactions" }, { "info": { "name": "Refresh transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/transactions/refresh", "body": { "type": "json", "data": "{}" } }, "docs": "Refresh transactions" }, { "info": { "name": "Download a transaction statement", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/transactions/download", "body": { "type": "json", "data": "{}" } }, "docs": "Download a transaction statement" } ] } ], "bundled": true }