---
title: "Refresh Token"
method: POST
path: "/Auth/RefreshToken"
tags: ["Auth"]
---

# Refresh Token

`POST /Auth/RefreshToken`

**Auth:** Anonymous - no token required.

Exchange a token for a new one

## Response `200`

Success - A new Token

- PostRefreshTokenResponse
  - `jwt` string, nullable
  - `tokenCreationId` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not generate token

## Changes

- **2026-07-31** `df6d21aeebe7` — 2 info
  - the endpoint scheme security `JWTBearerAuth` was removed from the API
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/Auth/RefreshToken/post.md)

---

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