---
title: "Refresh a token"
method: GET
path: "/api/v1/user/access-token"
tags: ["User"]
---

# Refresh a token

`GET /api/v1/user/access-token`

The endpoint takes a refresh token as a parameter and returns a new access token

## Query parameters

- `refresh_token` string, required

## Response `200`

Access Token

- TokenResponse
  - `access_token` string, required
  - `refresh_token` string, required

## 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/060ef67e573a/schema)
