---
title: "Refresh authentication token"
method: POST
path: "/auth/refresh"
tags: ["Authentication"]
---

# Refresh authentication token

`POST /auth/refresh`

Refreshes an expired authentication token

## Request body

- ApiRefreshTokenRequest
  - `refresh_token` string — Refresh token from previous authentication

## Response `200`

New authentication tokens

- ModelsToken — Authentication tokens for API access.
  - `access_token` string — JWT access token used for API authorization
  - `expires_at` string — When the access token expires
  - `refresh_token` string — JWT refresh token used to obtain new access tokens

## Other responses

- `400` — Invalid request
- `401` — Invalid refresh token
- `500` — Internal server error

---

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