admin-controller
Get the JWT Settings object (getJwtSettings)
Get the JWT Settings object that contains JWT token policy, etc.
Available for users with 'SYS_ADMIN' authority.
get/api/admin/jwtSettings
Response
OK
Example response
{
"tokenExpirationTime": 9000,
"refreshTokenExpTime": 604800,
"tokenIssuer": "thingsboard.io",
"tokenSigningKey": "dkVTUzU2M2VMWUNwVVltTUhQU2o5SUM0Tkc3M0k2Ykdwcm85QTl6R0RaQ252OFlmVDk2OEptZXBNcndGeExFZg=="
}