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

# POST /auth/token/refresh/

`POST /auth/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
  - `access` string, required
  - `refresh` string, required

## Response `200`

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

## Changes

- **2024-04-23** `cbf68ddd9760` — 1 info
  - endpoint added
- **2023-04-25** `62d33b790834` — 1 breaking
  - api path removed without deprecation

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

---

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