Get Current Api Key
Get information about the currently authenticated API key.
Returns the key’s bound org (bound_org_id, None for unbound
keys) and the request’s effective org (org_id, resolved from the
X-Org-Id header or user.current_org_id for unbound keys).
Returns 400 if not authenticated via API key (e.g., using cookie auth).
Authorizations
Response
Successful Response
Response model for the current API key endpoint.
org_id is the effective org id of the current request: the
key's bound org for org-bound keys, or the resolved org (from the
X-Org-Id header or user.current_org_id) for unbound keys.
bound_org_id distinguishes the two cases -- it is the org
persisted on the key, or None when the key is unbound.

