---
title: "Get current user info"
method: GET
path: "/v2/whoami"
tags: ["Auth"]
---

# Get current user info

`GET /v2/whoami`

Returns the name and email of the account associated with the API key.

## Response `200`

Current user info.

- object
  - `name` string, required
  - `email` string, required

## Other responses

- `401` — Missing or invalid API key.
- `500` — Unexpected server error.

---

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