---
title: "Retrieve JWT Settings"
method: GET
path: "/api/jwt/settings"
tags: ["JWT"]
---

# Retrieve JWT Settings

`GET /api/jwt/settings`

Retrieve JWT settings for the currently active organization.

## Response `200`

- LSEJWTSettings
  - `api_token_ttl_days` integer, required
  - `api_tokens_enabled` boolean — Enable JWT API token authentication for this organization
  - `legacy_api_tokens_enabled` boolean — Enable legacy API token authentication for this organization

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
