---
title: "Returns a fresh JWT token. Works only with x-auth-type 'basic'"
method: GET
path: "/token/refresh"
tags: ["authentication"]
---

# Returns a fresh JWT token. Works only with x-auth-type 'basic'

`GET /token/refresh`

## Response `200`

New Token

- AccessToken
  - `token` string — Auth token

## Other responses

- `401` — Current token either expired or client is not logged in
- `403` — Cannot login user. Account is either disabled or a precondition is missing.

---

[API](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/iam-api-for-oih/revisions/e2b72db6827a/schema)
