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

# Get current user

`GET /v1/auth/me`

Return the authenticated user profile for the active browser session, including API key, plan, and ntfy topic settings.

## Response `200`

Default Response

- object
  - `Id` number
  - `name` string
  - `email` string
  - `slug` string
  - `timezone` string
  - `api_key` string
  - `enterprise` boolean
  - `ntfy_topic` string
  - `plan` string
  - `is_platform_admin` boolean

---

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