---
title: "Refresh JWT token using existing token"
method: GET
path: "/auth/refresh"
tags: ["auth"]
---

# Refresh JWT token using existing token

`GET /auth/refresh`

## Headers

- `Authorization` string, required

## Response `200`

Refresh successful

- LoginResponse
  - `code` integer
  - `expire` string, date-time
  - `token` string — The token required for authentication via bearer scheme

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/sdslabs/apis/gasper-master-api.md) · [All operations](https://skmtc.dev/sdslabs/apis/gasper-master-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sdslabs/gasper-master-api/revisions/7e47981126c5/schema)
