---
title: "Refresh access tokens"
method: POST
path: "/v1/auth/refresh-tokens"
tags: ["Auth"]
---

# Refresh access tokens

`POST /v1/auth/refresh-tokens`

## Request body

- RefreshTokensRequest
  - `refreshToken` string, required

## Response `200`

Access tokens refreshed successfully

- RefreshTokensResponse
  - `access` Token
    - `token` string
    - `expires` string, date-time
  - `refresh` Token
    - `token` string
    - `expires` string, date-time

## Changes

- **2026-07-17** `e825144e9ffd` — 2 info
  - added the optional property `access` to the response with the `200` status
  - added the optional property `refresh` to the response with the `200` status
- **2023-08-01** `eaa698f0f7cb` — 2 warning
  - removed the optional property `access` from the response with the `200` status
  - removed the optional property `refresh` from the response with the `200` status

[Change history](https://skmtc.dev/openloyalty/apis/loyalty-blockchain-api/changes/v1/auth/refresh-tokens/post.md)

---

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