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

# GET /api/v1/me

`GET /api/v1/me`

## Response `200`

Current local user

- object
  - `id` string, required
  - `email` string, required
  - `name` string, required
  - `image` string, nullable
  - `plan` string, required
  - `inviteAccepted` boolean, required
  - `onboardingCompleted` boolean, required
  - `authSource` string, nullable

---

[API](https://skmtc.net/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.net/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/revisions/ee3237405da6/schema)
