{ "opencollection": "1.0.0", "info": { "name": "DriveWealth Accounts Users API", "version": "1.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Create User", "type": "http" }, "http": { "method": "POST", "url": "https://bo-api.drivewealth.io/back-office/users", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a User." }, { "info": { "name": "Retrieve User", "type": "http" }, "http": { "method": "GET", "url": "https://bo-api.drivewealth.io/back-office/users/:userID", "params": [ { "name": "userID", "value": "cc07f91b-7ee1-4868-b8fc-823c70a1b932", "type": "path", "description": "Unique ID of the User to fetch." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves a User details by userID." }, { "info": { "name": "Update User", "type": "http" }, "http": { "method": "PATCH", "url": "https://bo-api.drivewealth.io/back-office/users/:userID", "params": [ { "name": "userID", "value": "cc07f91b-7ee1-4868-b8fc-823c70a1b932", "type": "path", "description": "Unique ID of the User to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates a User details by userID." }, { "info": { "name": "Retrieve KYC", "type": "http" }, "http": { "method": "GET", "url": "https://bo-api.drivewealth.io/back-office/users/:userID/kyc-status", "params": [ { "name": "userID", "value": "cc07f91b-7ee1-4868-b8fc-823c70a1b932", "type": "path", "description": "Unique ID of the User to fetch their profile & kyc status." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrives a User KYC by userID." } ] } ], "bundled": true }