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

# Refresh access token

`POST /api/v1/auth/refresh`

Exchange a valid refresh token for a new token pair.

## Request body

- RestRefreshTokenRequest
  - `refreshToken` string

## Response `200`

OK

- GithubComGthulhuApiManagerRestSuccessResponseRestLoginResponse
  - `data` RestLoginResponse
    - `accessToken` string
    - `refreshToken` string
    - `token` string
  - `success` boolean
  - `timestamp` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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