New Investor Example
How to get information from an investor
Get Investor Information ( brand new investor )
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": 200,
"data": {
"investorId": "strinf",
"createDate": "2020-05-27T20:24:42.304Z",
"fullName": "",
"tfaEnabled": false,
"language": "EN",
"email": "string",
"verificationStatus": "Enum [ none, processing, updates-required, verified, manual-review, rejected, expired ]",
"details": {
"tax": [],
"address": {
"countryCode": "IL"
}
}
},
"error": null,
"success": true
}Last updated