User Info for selected token

DISPLAYS USER INFORMATION FOR SELECTED TOKEN

Returns User information

GET /tokens/{tokenId}/{username}/info

Returns user information for the selected token. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

tokenID*

String

Token ID

username*

String

Username

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/TokenInfo'
}

Last updated