For the complete documentation index, see llms.txt. This page is also available as Markdown.

Refresh member token

Management

Deprecated
post
Path parameters
storeCodestringRequired

Store code

Body
refresh_tokenstringOptionalExample: 0558f8bb29948c4e54c443f...
Responses
200Success
application/json
tokenstringOptionalExample: eyJhbGciOiJSUzI1NiIsInR5cCI6...
refresh_tokenstringOptionalExample: 0558f8bb29948c4e54c443f...
post/api/{storeCode}/token/refresh
POST /api/{storeCode}/token/refresh HTTP/1.1
Host: openloyalty.localhost
Content-Type: application/json
Accept: */*
Content-Length: 46

{
  "refresh_token": "0558f8bb29948c4e54c443f..."
}
{
  "token": "eyJhbGciOiJSUzI1NiIsInR5cCI6...",
  "refresh_token": "0558f8bb29948c4e54c443f..."
}

Last updated

Was this helpful?