Validates a token
If the token is valid returns the user that owns the token
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Response
tokenUserSchema
id
The user id
email
The email of the user
token
A token uniquely identifying a user
createdBy
A username or email identifying which user created this token
role
A role holds permissions to allow Unleash to decide what actions a role holder is allowed to perform
name
The name of the user