Get JWT token
Get JWT token
Retrieves a JSON Web Token (JWT) for the currently authenticated user.
If the user is already authenticated via JWT, the existing token is returned (to prevent token duration extension attacks). Otherwise, a new token is generated.
The returned token can be used for subsequent API requests by including it
in the Authorization header as: Authorization: Bearer <token>
GET
Get JWT token
Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Response
JWT token successfully retrieved or generated
Retrieve size of a table.
Previous
Gets all defined editable calculated members defined in a given ActivePivot.
Next