---
title: "Get a new refresh token"
method: GET
path: "/api/v1/user/refresh-tokens"
tags: ["User"]
---

# Get a new refresh token

`GET /api/v1/user/refresh-tokens`

Get a new refresh token and access token using the old refresh token

## Query parameters

- `old_refresh_token` string, required

## Response `200`

Request completed successfully.

- OkResponse
  - `detail` string

## Other responses

- `400` — The request is invalid.
- `401` — Authentication required.
- `422` — Validation Error

---

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