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

# Current authenticated user

`GET /api/v1/user/me`

Returns id, email, name, plan (tier), persona_primary, onboarded flag and a fresh CSRF token. Requires active session cookie.

## Response `200`

User profile

- UserMeResponse
  - `id` integer, required
  - `email` string, email, nullable
  - `name` string, nullable
  - `plan` string, required
  - `persona_primary` string, nullable
  - `onboarded` integer, required
  - `csrf` string, required

## Other responses

- `401` — Authentication required (no active session)

---

[API](https://skmtc.net/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.net/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/revisions/996f96a11758/schema)
