---
title: "Refreshes the user's JWT token"
method: POST
path: "/api/Account/refresh-token"
tags: ["Account"]
---

# Refreshes the user's JWT token

`POST /api/Account/refresh-token`

## Request body

- TokenRequestDto
  - `token` string, nullable
  - `refreshToken` string, nullable

## Response `200`

OK

- TokenRequestDto
  - `token` string, nullable
  - `refreshToken` string, nullable

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/a092f0284f3e/schema)
