---
title: "The identity behind the key: company, key metadata, and owner."
method: GET
path: "/me"
tags: ["Identity"]
---

# The identity behind the key: company, key metadata, and owner.

`GET /me`

## Response `200`

The authenticated identity.

- Me
  - `company` object, required
    - `id` string, required
    - `name` string, nullable, required
  - `key` object, required
    - `keyId` string, required
    - `name` string, required
    - `secretLast4` string, required
    - `lastUsedAt` string, nullable, required — ISO 8601, or null if the key has never been used.
  - `owner` object, required
    - `id` string, required
    - `name` string, nullable, required

---

[API](https://skmtc.dev/joinarc/apis/arc-api.md) · [All operations](https://skmtc.dev/joinarc/apis/arc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinarc/arc-api/revisions/f0dc4aa0fe84/schema)
