{ "opencollection": "1.0.0", "info": { "name": "Okra Accounts Transactions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all transaction records", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve all transaction records" }, { "info": { "name": "Retrieve transactions by customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/transaction/getByCustomer", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve transactions by customer" }, { "info": { "name": "Retrieve transactions by account", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/transaction/getByAccount", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve transactions by account" }, { "info": { "name": "Retrieve transactions by date range", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/transaction/getByDate", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve transactions by date range" }, { "info": { "name": "Retrieve transactions by bank", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/transaction/getByBank", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve transactions by bank" }, { "info": { "name": "Retrieve a customer's spending pattern", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/transactions/spending-pattern", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a customer's spending pattern" } ] } ], "bundled": true }