---
title: "Refresh JWT token"
method: POST
path: "/cocart/jwt/refresh-token"
tags: ["authentication"]
---

# Refresh JWT token

`POST /cocart/jwt/refresh-token`

Generate a new JWT token using a refresh token

## Request body

- object
  - `refresh_token` string, required — The refresh token

## Response `200`

Token refreshed successfully

- object
  - `token` string — New JWT token
  - `refresh_token` string — New refresh token

## Other responses

- `401` — Invalid or expired refresh token

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
