Get current user
Account
Get current user
Returns the authenticated user’s decoded token claims — sub, roles, permissions, tier, and ecosystem source. Useful for verifying that your JWT contains the expected roles, permissions, and custom claims.
GET
Get current user
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Response
Decoded token claims for the authenticated user