---
title: "Refresh access token"
method: POST
path: "/v1/auth/refresh"
tags: ["Authentication"]
---

# Refresh access token

`POST /v1/auth/refresh`

Exchange a refresh token for a new access token. The refresh token is rotated (old one invalidated).

## Request body

- ApiRefreshTokenRequest
  - `refresh_token` string

## Response `200`

A successful response.

- ApiRefreshTokenResponse
  - `access_token` string
  - `refresh_token` string
  - `expires_in` integer
  - `token_type` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
