{ "opencollection": "1.0.0", "info": { "name": "DriveWealth Accounts Funds API", "version": "1.0" }, "items": [ { "info": { "name": "Funds", "type": "folder" }, "items": [ { "info": { "name": "Create Fund", "type": "http" }, "http": { "method": "POST", "url": "https://bo-api.drivewealth.io/back-office/managed/funds", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a Fund." }, { "info": { "name": "Retrieve Fund", "type": "http" }, "http": { "method": "GET", "url": "https://bo-api.drivewealth.io/back-office/managed/funds/:fundID", "params": [ { "name": "fundID", "value": "fund_3d7d00d1-f08e-4f52-9cbf-893c75cf77fe", "type": "path", "description": "The unique identifier associated with the Fund." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves a Fund by fundID." }, { "info": { "name": "List Funds by Advisor", "type": "http" }, "http": { "method": "GET", "url": "https://bo-api.drivewealth.io/back-office/users/:userID/managed/funds", "params": [ { "name": "userID", "value": "cc07f91b-7ee1-4868-b8fc-823c70a1b932", "type": "path", "description": "The User's unique identifier." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetches a list of funds by userID" } ] } ], "bundled": true }