---
title: "Get Token Info"
method: GET
path: "/v2/token"
tags: ["Token"]
---

# Get Token Info

`GET /v2/token`

Retrieve user information associated with the current access token.

### Parameters:
- `current_user` (User): The user instance obtained from the current access token.

### Returns:
- `UserRead`: The serialized user data.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- UserRead
  - `id` string, required
  - `name` string, nullable
  - `email` string, email, required
  - `emailVerified` string, date-time, nullable
  - `active` boolean
  - `admin` boolean
  - `image` string, nullable
  - `location` string, nullable
  - `website` string, nullable

## Other responses

- `401` — Missing token or inactive user.
- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
