---
title: "Get the account that owns your API key"
method: GET
path: "/v1/me"
---

# Get the account that owns your API key

`GET /v1/me`

Returns your own account identity — email, name and signup date. Useful as a connection/auth check.

## Response `200`

Your account.

- object
  - `id` string
  - `email` string, email
  - `name` string, nullable
  - `created_at` string, date-time

## Other responses

- `401` — The `Authorization: Bearer oqr_…` header is missing or the API key is invalid or revoked.
- `500` — An unexpected server-side error.

---

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