---
title: "Get API Key Context"
method: GET
path: "/me"
tags: ["Authentication"]
---

# Get API Key Context

`GET /me`

Returns the organization, project, and user mapped to the current API key.

## Response `200`

Authenticated context information.

- MeResponse
  - `organization_id` string — Organization ID linked to the API key.
  - `project_id` string — Project ID linked to the API key.
  - `api_key_id` string — API key ID used for authentication.
  - `user_id` string, nullable — User ID who created the API key.
  - `authenticated_via` string — Authentication method.

## Other responses

- `401` — Missing or invalid API key.

---

[API](https://skmtc.dev/aieev/apis/aircloud-external-api.md) · [All operations](https://skmtc.dev/aieev/apis/aircloud-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aieev/aircloud-external-api/revisions/5cb76994bce9/schema)
