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

# POST /auth/api/token/refresh/

`POST /auth/api/token/refresh/`

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

## Request body

- TokenRefresh
  - `refresh` string, required
  - `access` string

## Response `201`

Created

- TokenRefresh
  - `refresh` string, required
  - `access` string

---

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