---
title: "Refresh JWT token"
method: POST
path: "/api/auth/token/refresh"
tags: ["JWT Plugin"]
---

# Refresh JWT token

`POST /api/auth/token/refresh`

Exchanges a valid refresh token for a new access token and refresh token pair.

## Request body

- RefreshTokenRequest
  - `refresh_token` string, required

## Response `200`

OK

- RefreshTokenResponse
  - `access_token` string, required
  - `refresh_token` string, required

## Changes

- **2026-07-08** `2b03a805ecf5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/api/auth/token/refresh/post.md)

---

[API](https://skmtc.dev/authula/apis/authula-api.md) · [All operations](https://skmtc.dev/authula/apis/authula-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authula/authula-api/revisions/2ff1d8d3f239/schema)
