get https://sandbox.onebrick.io/v1/assets/profile/
This API helps you to get investment account's profile data of your end-users.
Request parameters
| Key Parameter | Data Type | Description |
|---|---|---|
| user_access_token | String | token generated after successful institution connection through the widget which needs to be passed as the Bearer token in the Authorization header |
Response parameters
| Key Parameter | Data type | Description |
|---|---|---|
| sid | String | Single Investor Identification number of the End User |
| name | String | Name of the End User |
| phone | String | Phone Number of the End User |
| String | Email of the End User | |
| risk_profile | String | Risk Profile of the End User |
| bank_name | String | Bank Name of the End User's account |
| holder | String | Bank account holder's name |
| number | String | Bank account's number |
| balance | Float | Bank account's balance |
| type | String | Bank account's type (RDN / Personal) |
