{ "opencollection": "1.0.0", "info": { "name": "Okra API (Historical) Accounts Identity API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Identity", "type": "folder" }, "items": [ { "info": { "name": "Retrieve identity profile", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/identities", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve identity profile" }, { "info": { "name": "Merge identity records", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/products/identity/merge", "body": { "type": "json", "data": "{}" } }, "docs": "Merge identity records" } ] } ], "bundled": true }