Identity for the current API key
GET/me
Returns the organization and permissions bound to the calling API key.
Use this once to discover your organization_id instead of hardcoding a
UUID — or skip it entirely and pass me to org-scoped routes such as
GET /org/{org_id}/summary.
Responses
- 200
- 401
Identity bound to the API key.
Missing or invalid Authorization header or API key.