---
title: "Get Current User Info"
method: GET
path: "/api/user/me"
tags: ["user"]
---

# Get Current User Info

`GET /api/user/me`

Retrieve current authenticated user information.
This endpoint is useful for validating tokens and checking authentication status.

## Response `200`

Successful Response

- UserResponse
  - `external_id` string, nullable
  - `email` string, nullable
  - `name` string, nullable
  - `last_name` string, nullable
  - `public_key` string, nullable

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/8d3e894e6c0b/schema)
