Get the authenticating application
GET/auth/application
Return non-sensitive metadata about the application whose credentials authenticated this request. Lets an integrator read their own application_id (the sole tenant discriminator embedded in every end-user token) directly from the API, rather than only from the dashboard UI or by decoding a token. Returns only id, name, the calling environment's mode, and the JWT signing algorithm — never secrets, signing keys, or account-internal fields.
Responses
- 200
- 401
- 500
Application metadata retrieved
Missing or invalid application credentials
Internal server error