---
title: "Get Current User"
method: GET
path: "/auth/me"
tags: ["Auth"]
---

# Get Current User

`GET /auth/me`

Get the authenticated user's profile. Requires `Authorization: Bearer <token>` header.

## Response `200`

User profile

- object
  - `user` UserObject
    - `id` string
    - `email` string, email
    - `name` string
    - `plan` 'free' | 'starter' | 'pro'
    - `avatarUrl` string, nullable
    - `emailVerified` boolean
    - `isAdmin` boolean
    - `createdAt` string, date-time

## Other responses

- `401` — Invalid or missing token

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
