Get current user
GET/v1/identity/me
Returns the authenticated user's profile and their associated organization. Requires a valid JWT Bearer token or API key.
Responses
- 200
- 401
- default
A successful response.
Missing or invalid authentication token.
An unexpected error response.