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

# Refresh Token

`POST /api/refresh`

Échange un refresh token contre un nouveau access token.

## Request body

- TokenRefresh
  - `refresh_token` string, required

## Response `200`

Successful Response

- Token
  - `access_token` string, required
  - `refresh_token` string, nullable
  - `token_type` string, required

## Other responses

- `422` — Validation Error

---

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