---
title: "Get the JWT Settings object (getJwtSettings)"
method: GET
path: "/api/admin/jwtSettings"
tags: ["admin-controller"]
---

# Get the JWT Settings object (getJwtSettings)

`GET /api/admin/jwtSettings`

Get the JWT Settings object that contains JWT token policy, etc. 

Available for users with 'SYS_ADMIN' authority.

## Response `200`

OK

- JwtSettings — A JSON value representing the JWT Settings.
  - `tokenExpirationTime` integer — The JWT will expire after seconds.
  - `refreshTokenExpTime` integer — The JWT can be refreshed during seconds.
  - `tokenIssuer` string — The JWT issuer.
  - `tokenSigningKey` string — The JWT key is used to sing token. Base64 encoded.

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
