Validates a token
GET/auth/reset/validate
If the token is valid returns the user that owns the token
Responses
- 200
- 401
- 415
tokenUserSchema
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
The operation does not support request payloads of the provided type. Please ensure that you're using one of the listed payload types and that you have specified the right content type in the "content-type" header.