v1

latestOpenAPI 3.1.02026-07-26101317.6 KB
Authentication

Get API Key Context

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

get/me

Response

Authenticated context information.

organization_idstring

Organization ID linked to the API key.

project_idstring

Project ID linked to the API key.

api_key_idstring

API key ID used for authentication.

user_idstring nullable

User ID who created the API key.

authenticated_viastring

Authentication method.

Example response

{
  "organization_id": "org-0I2GoSBhwODG",
  "project_id": "proj-sGF4ynUPbc8H",
  "api_key_id": "9e9a776f-2ce6-42c9-ad70-c75936ce662b",
  "user_id": "6377ae7c-8986-477c-ab87-7f8eb63bf785",
  "authenticated_via": "api_key"
}