> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Refresh Token

Refresh your access token using a valid refresh token.

* **Method:** POST
* **Path:** `/api/v1/auth/refresh`

## Request Body

Refer to the `RefreshTokenRequest` schema in the OpenAPI playground.

## Response

Returns a new `Token` object on success.

<OpenAPIPlayground endpoint="/api/v1/auth/refresh" method="POST" />
