Get Session
Retrieve login session information for your current user session.
Authentication
| Scheme | Type | Details |
|---|---|---|
JSON web token (JWT) or API key | Bearer token | Authorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint. |
Response
The response body contains current session information including tenant details.
- object
tenant_idstring (uuid)requiredtenant_namestringrequiredCurrent user's tenant name
curl -X GET '/v0/config/session' \
-H 'Authorization: Bearer YOUR_TOKEN'