---
title: "Refresh an expired JWT token"
method: POST
path: "/api/auth/refresh"
tags: ["Auth"]
---

# Refresh an expired JWT token

`POST /api/auth/refresh`

## Response `200`

Token refreshed

- AuthResponse
  - `token` string
  - `user` object
    - `id` string
    - `name` string
    - `email` string, email
    - `role` 'user' | 'admin'

---

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