---
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

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
