---
title: "Get information about the current user token, provided with X-Auth header"
method: GET
path: "/account/token-info"
tags: ["account"]
---

# Get information about the current user token, provided with X-Auth header

`GET /account/token-info`

## Response `200`

successful operation

- UserTokenInfo
  - `expires_at` string
  - `default_channel_name` string
  - `type` 'scope' | 'resource' — scopes - when token was created scope-based, resource - when resources-based

## Other responses

- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/anaconda/apis/anaconda-server-api.md) · [All operations](https://skmtc.net/anaconda/apis/anaconda-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anaconda/anaconda-server-api/revisions/6aef0cb7a151/schema)
