---
title: "Refresh access token"
method: POST
path: "/oauth/refresh"
tags: ["Account"]
---

# Refresh access token

`POST /oauth/refresh`

Exchanges a (single-use, rotating) `refresh_token` for a fresh access token + refresh token.

## Query parameters

- `refresh_token` string, required

## Response `200`

New tokens

## Other responses

- `401` — Invalid/expired refresh token

---

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