---
title: "GET /me"
method: GET
path: "/me"
---

# GET /me

`GET /me`

Returns info about the current user

## Response `200`

success response

- User
  - `email` string
  - `firstName` string
  - `id` string
  - `lastName` string
  - `transcriptLang` string

## Other responses

- `401` — valid access token required
- `default` — unexpected error

---

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