{ "opencollection": "1.0.0", "info": { "name": "DriveWealth Accounts Auth API", "version": "1.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Create Authentication Token", "type": "http" }, "http": { "method": "POST", "url": "https://bo-api.drivewealth.io/back-office/auth", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an authentication token for an implementer to utilize for subsequent API requests." }, { "info": { "name": "Create Session Token", "type": "http" }, "http": { "method": "POST", "url": "https://bo-api.drivewealth.io/back-office/auth/tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a session token for an implementer to utilize for subsequent API requests." } ] } ], "bundled": true }