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

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

`GET /token`

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

## Changes

- **2018-07-12** `1cc80c847b7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih/changes/token/get.md)

---

[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/1cc80c847b7e/schema)
