v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Customer Auth

Save a new customer password from a reset token

Public storefront endpoint. Saves a new customer password with the reset token from /reset-password?token=.... Storefronts should read this token from the URL; customers should not be asked to copy it manually.

post/v3/stores/{store_id}/public/auth/save-password

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

tokenstring required
passwordstring required

Response

Success with no response body