Skip to content

Begin a password reset (unauth; enumeration-/timing-safe)

POST
/store/v1/customers/forgot
curl --request POST \
--url https://your-store.example.com/store/v1/customers/forgot \
--header 'Content-Type: application/json' \
--data '{ "email": "example" }'
Media type application/json
object
email
required
string
Example generated
{
"email": "example"
}