---
title: "Introspect the current API key"
method: GET
path: "/api/v1/apps/me"
tags: ["apps"]
---

# Introspect the current API key

`GET /api/v1/apps/me`

Return the user identity, owning app, granted scopes, balance, and remaining spend limit for the configured API key. Used by `hevn whoami`.

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- AppsMeResponse — Introspection response for the API key used by HEVN CLI whoami. Includes user identity, owning app, scopes, balance, and remaining spend limit.
  - `name` string, nullable
  - `email` string, required
  - `balance` number
  - `spendLimit` number
  - `appId` string, nullable
  - `appName` string, nullable
  - `scope` string[]

## Other responses

- `422` — Validation Error

---

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