---
title: "Get current API key context"
method: GET
path: "/v1/me"
tags: ["Account"]
---

# Get current API key context

`GET /v1/me`

Returns the project, team, and API key metadata bound to the current Bearer token. Used by CLIs and SDKs to confirm which project they will operate on.

## Response `200`

Context for the API key.

- object
  - `project` object, required
    - `id` string, required
    - `name` string, nullable, required
    - `isSubAccount` boolean, required
  - `team` object, required
    - `id` string, required
    - `name` string, nullable, required
  - `apiKey` object, required
    - `id` string, required
  - `isTestMode` boolean, required

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/5a69a1777f6f/schema)
