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

# Get member token

`POST /api/{storeCode}/member/login_check`

> **Deprecated.**

<label style="background-color: #D4EDBC;padding:5px;">Management</label><br><br>
This method allows to login and get a JWT token for the member

## Path parameters

- `storeCode` string, required

## Request body

- object
  - `username` string
  - `password` 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)
