---
title: "Refresh access token"
method: POST
path: "/users/refresh-token"
tags: ["Users"]
---

# Refresh access token

`POST /users/refresh-token`

Reads the refresh_token from an HTTP-only cookie and issues a new
JWT access token if the refresh token is still valid.

## Cookies

- `refresh_token` string, required

## Response `200`

New access token issued

- object
  - `message` string
  - `data` object
    - `token` string — New JWT access token

## Other responses

- `400` — Refresh token missing from cookie
- `401` — Invalid refresh token
- `406` — Refresh token expired
- `500` — Internal server error

---

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