Get all TokenHolders from a token
GET {{base_url_servicing}}/tokens/{{token_id}}/holders
https://docs.tokeny.com/reference/gettokenholders
Note that the authentication must provide management rights over the Issuer. The required permission is ISSUER_MANAGEMENT.
Get details of all Token Holder profiles which are related to the specified token from different data sources. This will include Holders having tokens, those registered in the Identity Registry, and those the Issuer of the Token can access information of.
RESPONSES
status: OK
{"items":[{"id":"ecf48f01-99c2-4927-b9ea-a275f43fe222","typeOfInvestor":"individual","email":"publiclyavailabledummyinvestortwo@yopmail.com","identityAddress":"0x9cf4bb8c261b0f637d0a2131a88e156433faa0df","identityId":"b30ed486-558b-4755-bef0-e6b8ec6972ad","wallet":"0xd7bf9fd9b0785798d0b96716a6866efdecf53377","provider":"USER_MANAGED","identityAuthorized":true,"status":"Qualified","balance":"0","frozenBalance":"0","unfrozenBalance":"0","isWalletFrozen":false,"decimals":0,"country":"LUX","investor":"PubliclyAvailable DummyInvestorTwo","updatedAt":"2022-11-28T13:17:36.509Z","individual":{"birthday":"1982-02-02T00:00:00.000Z","birthplace":"Luxembourg","firstName":"PubliclyAvailable","gender":"Male","idNumber":"002002","lastName":"DummyInvestorTwo","nationality":"LUX","occupation":"Finance","passportNumber":"987654321","phone":"+33622222222","politicallyExposed":false,"buildingNumber":"45678","street":"Street","city":"Luxembourg","state":"State","country":"LUX","zipCode":"54321"},"institutional":null},{"id":"e5e19a69-3473-406e-86a2-f7487644b16b","typeOfInvestor":"individual","email":"publiclyavailabledummyinvestorone@yopmail.com","identityAddress":"0x33159dbcd5ad301bfc905dbabbe34c23c02cb6d2","identityId":"765189ed-b078-476c-8e3a-66cd1a5b3f44","wallet":"0xfce4ab64a4113d2bc7fa80f493696dc4c7097776","provider":"USER_MANAGED","identityAuthorized":true,"status":"Qualified","balance":"0","frozenBalance":"0","unfrozenBalance":"0","isWalletFrozen":false,"decimals":0,"country":"LUX","investor":"PubliclyAvailable DummyInvestorOne","updatedAt":"2022-11-28T13:17:36.491Z","individual":{"birthday":"1980-01-01T00:00:00.000Z","birthplace":"Luxembourg","firstName":"PubliclyAvailable","gender":"Female","idNumber":"001001","lastName":"DummyInvestorOne","nationality":"LUX","occupation":"Finance","passportNumber":"987654321","phone":"+33612121212","politicallyExposed":false,"buildingNumber":"12345","street":"Street","city":"Luxembourg","state":"State","country":"LUX","zipCode":"98765"},"institutional":null}],"itemsReturned":2,"totalItemsFound":2,"totalPagesFound":1,"firstPageOffset":0,"lastPageOffset":0,"currentPage":1,"previousPageOffset":null,"nextPageOffset":null}