---
title: "Who am I / quota snapshot"
method: GET
path: "/users/me"
tags: ["calls"]
---

# Who am I / quota snapshot

`GET /users/me`

Identity + quota for the presented API key. Lighter-weight companion to GET /v1/usage with key metadata included.

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- object
  - `api_key_id` string, required
  - `customer_id` string, required
  - `customer_name` string
  - `api_key_last_4` string
  - `status` string
  - `quota_limit` integer, required
  - `current_usage` integer, required
  - `quota_period` string
  - `ask_user_webhook_url` string, nullable
  - `ask_user_webhook_configured` boolean

## Other responses

- `401` — Missing or invalid X-API-Key.

---

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