{
"status": 0,
"data": {
"investorId": "5defbf8130b4212eb55044b4",
"email": "string",
"fullName": "string",
"verificationStatus": "Enum [ none, processing, updates-required, verified, manual-review, rejected, expired ]",
"tfaEnabled": true,
"language": "string",
"createDate": "2017-07-21T17:32:28.000Z",
"details": {
"firstName": "string",
"lastName": "string",
"middleName": "string",
"birthday": "string",
"phone": {
"code": "+380",
"number": "8888888",
"fullNumber": "+3808888888"
},
"investorType": "Enum [individual, entity]",
"gender": "Enum [male, female]",
"birthCountry": "string",
"birthCity": "string",
"birthState": "string",
"mainIdentificationNumber": "string",
"entityName": "string",
"businesses": "string",
"entityType": "string",
"entityIdNumber": "string",
"tax": [
{
"taxId": "string",
"taxCountryCode": "string"
}
],
"address": {
"street": "string",
"houseNumber": "string",
"entrance": "string",
"city": "string",
"countryCode": "string",
"state": "string", // only for US
"zip": "string"
}
}
},
"error": {},
"success": true
}