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.
Header
Publishable storefront public API key for the target store. Page public API keys are not accepted on Storefront public routes.
Parameter Path
Store unique_id.
Body
Starts a customer password reset. Storefront API reset email links use http(s)://<allowed-storefront-host>/reset-password?token=<reset-token>. Browser calls should rely on the registered Origin header for reset-link hostname selection; the API falls back to the hosted storefront custom domain when Origin is not present.
Respons
Success with no response body

