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

# Get current identity

`GET /api/public/v1/me`

Returns the identity behind the API key used to make the request: its AutoBoy smart wallet, label, and the slugs of the projects it owns.

## Response `200`

The identity behind the API key.

- IdentityResponse
  - `autoboyWalletAddress` string, required — AutoBoy smart wallet address owned by the API key.
  - `label` string, required — Human-readable name the API key was created with.
  - `ownedProjectSlugs` string[], required — Project slugs owned by this API key. Empty when the key owns no project.

## Other responses

- `401` — Missing, invalid, or revoked API key.
- `429` — Rate limit exceeded. Wait `Retry-After` seconds before retrying.
- `500` — Failed to read the identity.

---

[API](https://skmtc.dev/thefirm/apis/autoboy-public-api.md) · [All operations](https://skmtc.dev/thefirm/apis/autoboy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thefirm/autoboy-public-api/revisions/56f5091b8f06/schema)
