---
title: "Retorna o usuário autenticado"
method: GET
path: "/auth/me"
tags: ["auth"]
---

# Retorna o usuário autenticado

`GET /auth/me`

## Response `200`

Usuário autenticado

- UserResponseDTO
  - `name` string, required
  - `email` string, email, required
  - `role` string, nullable

## Other responses

- `401` — Token ausente ou inválido

## Changes

- **2026-05-25** `4e426b85f784` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ararahq/apis/ararahq-api/changes/auth/me/get.md)

---

[API](https://skmtc.dev/ararahq/apis/ararahq-api.md) · [All operations](https://skmtc.dev/ararahq/apis/ararahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ararahq/ararahq-api/revisions/174c89e36a13/schema)
