---
title: "Get current user"
method: GET
path: "/v1/me"
tags: ["identity"]
---

# Get current user

`GET /v1/me`

**Plan:** `All plans`

Returns the authenticated user's profile and workspaces.

## Response `200`

OK

- GetMeOutputBody
  - `email` string, required — User email address
  - `id` string, required — User ID
  - `name` string, required — User display name
  - `workspaces` GetMeWorkspace[], nullable, required — Workspaces the user belongs to
    - `id` string, required — Workspace ID
    - `name` string, required — Workspace display name
    - `role` string, required — Caller's role in the workspace. One of: owner, admin, member, viewer, collaborator. More values may be added; clients must tolerate unknown values.

## Other responses

- `401` — Missing or invalid API key.
- `403` — The key or caller lacks the required scope or permission.
- `406` — The Accept header excludes every media type this endpoint produces.
- `429` — Too many requests. Retry after the interval in Retry-After when present.
- `default` — Error. The response body uses the standard error envelope; status matches the HTTP status code and type is a machine-readable error code.

---

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