---
title: "Refresh authentication token"
method: POST
path: "/users/refresh-token"
tags: ["Authentication"]
---

# Refresh authentication token

`POST /users/refresh-token`

## Request body

- object

## Response `200`

Token refreshed successfully

- object
  - `message` string
  - `data` object
    - `token` string

## Changes

- **2025-09-11** `cfa9ae933c17` — 1 info
  - endpoint added
- **2025-01-22** `ed48b7196725` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/users/refresh-token/post.md)

---

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