---
title: "Retrieve claims from valid token"
method: POST
path: "/Auth/TokenInfo"
tags: ["Auth"]
---

# Retrieve claims from valid token

`POST /Auth/TokenInfo`

## Headers

- `X-Version` string

## Request body

- TokenInfoRequest
  - `access_Token` string, required — bearer token to validate claims

## Response `200`

Success

- TokenInfoResponse
  - `userName` string, nullable — validated username (email)
  - `userGuid` string, nullable — validated user guid
  - `userId` integer — validated user identification
  - `institutionId` integer, nullable — optional: validated institution identification
  - `lessonId` integer, nullable — optional: validated lesson identification

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
