---
title: "Refresh a token"
method: GET
path: "/refresh"
tags: ["Authentication"]
---

# Refresh a token

`GET /refresh`

Refresh token without relogin

## Response `200`

Success

- JsonWebToken
  - `access_token` string
  - `token_type` string
  - `expires_in` integer

---

[API](https://skmtc.net/sinao/apis/sinao-api.md) · [All operations](https://skmtc.net/sinao/apis/sinao-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinao/sinao-api/revisions/436b47b78bf4/schema)
