Get member token
post
Path parameters
storeCodestringRequired
Store code
Body
usernamestringOptionalExample:
memberpasswordstringOptionalExample:
passwordResponses
200Success
application/json
tokenstringOptionalExample:
eyJhbGciOiJSUzI1NiIsInR5cCI6...refresh_tokenstringOptionalExample:
0558f8bb29948c4e54c443f...401
Bad credentials.
application/json
post/api/{storeCode}/member/login_check
POST /api/{storeCode}/member/login_check HTTP/1.1
Host: openloyalty.localhost
Content-Type: application/json
Accept: */*
Content-Length: 43
{
"username": "member",
"password": "password"
}{
"token": "eyJhbGciOiJSUzI1NiIsInR5cCI6...",
"refresh_token": "0558f8bb29948c4e54c443f..."
}Last updated
Was this helpful?

