---
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

---

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