---
title: "Get Me"
method: GET
path: "/v1/me"
tags: ["me"]
---

# Get Me

`GET /v1/me`

Return identity and scopes of the calling API key.

## Response `200`

Successful Response

- MeOutput
  - `id` string, uuid, required — Unique identifier of the API key.
  - `organization_id` string, uuid, required — Workspace the key belongs to.
  - `name` string, required — Name of the key.
  - `key_prefix` string, required — Leading characters of the raw key, safe to display.
  - `scopes` string[], required — Permissions granted to this key.
  - `last_used_at` string, date-time, nullable, required — When the key was last used to make a request.
  - `created_at` string, date-time, required — When the key was issued.

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/versions/6e9ca9d5acac/schema)
