---
title: "Refresh Token"
method: POST
path: "/api/auth/refresh"
tags: ["Auth API"]
---

# Refresh Token

`POST /api/auth/refresh`

Renew a JWT token without requiring new credentials

Args:
    credentials: Current Bearer token from Authorization header

Returns:
    New JWT token with new expiration

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/top-streaming/apis/top-posters-api.md) · [All operations](https://skmtc.dev/top-streaming/apis/top-posters-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/top-streaming/top-posters-api/revisions/f4a4deefa3ca/schema)
