---
title: "POST /account/jwt/refresh/"
method: POST
path: "/account/jwt/refresh/"
tags: ["account"]
---

# POST /account/jwt/refresh/

`POST /account/jwt/refresh/`

Takes a refresh type JSON web token and returns an access type JSON web    token if the refresh token is valid.

## Request body

- object
  - `refresh` string, required
  - `access` string

## Response `200`

access token

- object
  - `access` string

## Other responses

- `401` — Invalid refresh token

---

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