---
title: "Refresh member token"
method: POST
path: "/api/{storeCode}/token/refresh"
tags: ["Authorization"]
deprecated: true
---

# Refresh member token

`POST /api/{storeCode}/token/refresh`

> **Deprecated.**

<label style="background-color: #D4EDBC;padding:5px;">Management</label><br><br>

## Path parameters

- `storeCode` string, required

## Request body

- object
  - `refresh_token` string

## Response `200`

- object
  - `token` string
  - `refresh_token` string

## Other responses

- `401` — Bad credentials.

---

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