---
title: "POST /api/refresh"
method: POST
path: "/api/refresh"
---

# POST /api/refresh

`POST /api/refresh`

Refreshes an expired access token using a valid refresh token.

## Request body

- object
  - `refreshToken` string, required — Latest refresh token

## Response `200`

Authentication tokens refreshed successfully

- object
  - `accessToken` string — Access token to use in your API request
  - `refreshToken` string — Refresh token to refresh your access token
  - `expiresAt` string, date-time — Date and timestamp at which the access token will expire
  - `refreshTokenExpiresAt` string, date-time — Date and timestamp at which the refresh token will expire

## Other responses

- `401` — Invalid or expired refresh token

---

[API](https://skmtc.net/cairhealth/apis/cair-health-apis.md) · [All operations](https://skmtc.net/cairhealth/apis/cair-health-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cairhealth/cair-health-apis/revisions/dfc60069747b/schema)
