v2
OpenAPI 3.0.3Proprietary2026-07-263483431.1 MBCustomer Auth
Refresh a customer JWT
Public storefront endpoint. Refreshes a customer JWT issued by storefront customer auth. Refresh tokens are single-use and rotate on every successful refresh; store the returned refresh value and discard the previous one. Reusing an already-rotated refresh token revokes the refresh-token family.
post/v3/stores/{store_id}/public/auth/jwt/refresh
Path parameters
store_idstring required
Store unique_id.
Headers
X-Scalev-Storefront-Api-Keystring required
Publishable storefront public API key for the target store. Page public API keys are not accepted on Storefront public routes.
Request body
Response
Customer JWT tokens for a successful storefront customer login, OTP verification, or refresh.
Example response
{
"expires_in": 900,
"refresh_expires_in": 2592000
}