v1
latestOpenAPI 3.1.02026-07-26101317.6 KBAuthentication
Get API Key Context
Returns the organization, project, and user mapped to the current API key.
get/me
Response
Authenticated context information.
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"
}