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

# Refresh token

`POST /auth/refresh`

Get a new access token using a refresh token

## Request body

- RefreshTokenRequest
  - `refreshToken` string, required

## Response `200`

Successfully refreshed token

## Other responses

- `401` — Invalid or expired refresh token

---

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