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

# Me

`GET /api/v1/auth/me`

## Headers

- `authorization` string, required

## Response `200`

Successful Response

- UserResponse
  - `id` string, required
  - `email` string, required
  - `display_name` string, required
  - `is_active` boolean, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tomeku-development/apis/mesh-platform-api.md) · [All operations](https://skmtc.dev/tomeku-development/apis/mesh-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tomeku-development/mesh-platform-api/revisions/08ace1bb7b09/schema)
