---
title: "Refresh Jwt"
method: POST
path: "/auth/refresh/access_token"
tags: ["auth"]
---

# Refresh Jwt

`POST /auth/refresh/access_token`

## Response `200`

Successful Response

- JwtResponse
  - `jwt` string, required
  - `refresh_token` string, required
  - `refresh_token_expires_at` integer, required

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/cb425a6a2d4c/schema)
