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

# Refresh Token

`POST /api/auth/refresh`

Exchange a valid refresh token for a new access + refresh token pair.

## Request body

- RefreshRequest
  - `refresh_token` string, required

## Response `200`

Successful Response

- TokenResponse
  - `access_token` string, required
  - `refresh_token` string, required
  - `token_type` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
