{ "opencollection": "1.0.0", "info": { "name": "Okra API (Historical) Accounts Customers API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/customers/list", "body": { "type": "json", "data": "{}" } }, "docs": "List customers" }, { "info": { "name": "Find customers by attribute", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/customers/find-customers-by", "body": { "type": "json", "data": "{}" } }, "docs": "Find customers by attribute" }, { "info": { "name": "Remove a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/customers/remove", "body": { "type": "json", "data": "{}" } }, "docs": "Remove a customer" } ] } ], "bundled": true }