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

# Get current identity

`GET /public/v1/me`

Returns the account and (for USER keys) user attached to the API key. Use this to validate a key and inspect the calling identity.

## Response `200`

Identity attached to the API key

- Me
  - `ok` true, required
  - `data` object, required
    - `account` object, nullable, required
      - `id` number, required
      - `name` string, required
      - `namespace` string, required
    - `user` object, nullable, required — Null for GENERAL API keys; populated for USER keys.
      - `id` number, required
      - `email` string, required

## Other responses

- `401` — Unauthorized

---

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