{ "opencollection": "1.0.0", "info": { "name": "Okra API (Historical) Accounts Banks API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Banks", "type": "folder" }, "items": [ { "info": { "name": "List connectable banks", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/banks/list", "body": { "type": "json", "data": "{}" } }, "docs": "List connectable banks" }, { "info": { "name": "Get a bank by id", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/banks/getById", "body": { "type": "json", "data": "{}" } }, "docs": "Get a bank by id" } ] } ], "bundled": true }