v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Customer Auth

Start a customer password reset flow

Public storefront endpoint. When called from a browser origin that is registered in the store's Storefront API allowed origins, the reset email link uses that origin as http(s)://<allowed-storefront-host>/reset-password?token=<reset-token>. Calls without an Origin header fall back to the hosted storefront custom domain and use the same /reset-password?token=... path.

post/v3/stores/{store_id}/public/auth/forget-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

emailstring email required

Response

Success with no response body