Get current organization
Organization
Get current organization
Read the authenticated org, user, and visible API keys.
GET
Get current organization
Returns the authenticated org and user, plus all API keys visible to that org.
Response —
Headers
Response — 200
The org bound to the JWT.
The user bound to the JWT. May be null for service tokens.
API key metadata for the org, sorted by
created_at descending. Plaintext keys are not included. To get a plaintext key, create a new one with POST /me/api-keys.Example
Response
When to use
- Build a “logged-in as” UI in your own product.
- Audit which keys are still active before a rotation.
- Verify that
last_used_atadvances after a deploy.

