Returns user information for the selected token
Name
Value
Name
Type
Description
{
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/TokenInfoDTO'
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated