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

# Get Current User

`GET /api/v1/me`

Get information about the currently authenticated user

## Response `200`

Current user information

- MeResponse
  - `id` string, required
  - `isAdmin` boolean, required

## Other responses

- `401` — Unauthorized - authentication required

---

[API](https://skmtc.net/corespeed-io/apis/mcp-store-api.md) · [All operations](https://skmtc.net/corespeed-io/apis/mcp-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corespeed-io/mcp-store-api/revisions/25721894961a/schema)
