---
title: "GET /api/auth/me"
method: GET
path: "/api/auth/me"
tags: ["user"]
---

# GET /api/auth/me

`GET /api/auth/me`

## Response `200`

Currently authenticated user

- MeResponse
  - `admin` boolean, required
  - `id` string, uuid, required
  - `username` string, required

## Other responses

- `401` — Not authenticated

---

[API](https://skmtc.dev/mari/apis/gitarena.md) · [All operations](https://skmtc.dev/mari/apis/gitarena/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mari/gitarena/revisions/b3640d5600df/schema)
