Generates a short-lived JSON Web Token (JWT) that can be used to provide temporary, read-only access to specific fault data, typically for embedding in external dashboards.
API requests are authenticated using a JSON Web Token (JWT) provided in the Authorization header.
Specifies the duration for which the token will be valid.
The number of minutes from now that the token should expire.
1 <= x <= 4320060
The generated access token and its metadata.
A temporary access token object.
The JSON Web Token.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
The type of token.
"jwt"
The number of minutes until the token expires.
60
The exact timestamp when the token will expire.
"2025-10-21T13:00:00.000000Z"
A shortened URL that embeds the token for easy sharing.
"https://altostr.at/aBcDeFg"