---
title: "Jwt Refresh"
method: POST
path: "/v1/auth/jwt/refresh"
tags: ["Teams", "auth"]
---

# Jwt Refresh

`POST /v1/auth/jwt/refresh`

Refresh JWT token.

Accepts a valid or expired JWT token and returns a new token with
fresh expiration. The token can be provided in a cookie or Authorization header.

Args:
    request: FastAPI request object
    response: FastAPI response object to set cookies
    user_manager: FastAPI Users user manager
    session: Database session

Returns:
    JWT token response with access_token and token_type (also sets cookie)

Raises:
    HTTPException: If token is invalid or user not found

## Response `200`

Successful Response

- object

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/versions/a8b2ee2b2d06/schema)
