2 - Get current investor information, verify status 'Qualified' or 'TokenHolder'
GET {{base_url_servicing}}/tokens/{{token_id}}/holders/me
Get TokenHolder
https://example.com/api/tokens/{tokenId}/holders/me
Get an TokenHolder profile with its information and status.
🔐 Note that the authentication must provide sufficient privileges to access the information of the holder. The HOLDER_MANAGEMENT permissions grant full access to the data. Otherwise information returned are limited to the ones defined in the access grant.
RESPONSES
status: OK
{"id":"d08d9ddd-53a7-4d74-b5b1-64bbc73eac5e","birthday":"1985-05-05T00:00:00.000Z","birthplace":"Luxembourg","email":"publiclyavailabledummyinvestorfive@yopmail.com","firstName":"PubliclyAvailable","gender":"Female","idNumber":"555555","identityId":"ca9220ad-30e0-44d7-b16c-b8df296f5b83","identityAddress":"0x29cad36b76251b4d615d71c49395f8d783a4b4f8","lastName":"DummyInvestorFive","nationality":"LUX","occupation":"Finance","ownerAccountId":"dd062894-efb3-4296-baba-294383f22568","passportNumber":"5555555","phone":"+33655555555","politicallyExposed":false,"buildingNumber":"5555","street":"Street","zipCode":"55555","city":"Luxembourg","state":"State","country":"LUX","ssnNumber":null,"typeOfInvestor":"individual","institutionTradeName":null,"institutionLegalName":null,"institutionRegistryNumber":null,"institutionLegalForm":null,"institutionIncorporationDate":null,"institutionActivity":null,"institutionRegistryCountry":null,"institutionStreet":null,"institutionBuildingNumber":null,"institutionCity":null,"institutionState":null,"institutionCountry":null,"institutionZipCode":null,"createdAt":"2022-12-06T17:47:35.859Z","updatedAt":"2022-12-06T17:47:35.859Z","wallet":"0x54d00d07aee10f2a847d6efd5aec0aa316131718","provider":"USER_MANAGED","status":"TokenHolder"}