Skip to content
Ecommercen Docs
Search
K
Main Navigation
API Guides
Business Flows
API Reference
Wiki
Changelog
Appearance
Menu
Return to top
Request a password reset email
POST
/rest/v1/auth/customer/forgot-password
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"string"
}
Responses
200
422
429
Accepted — the same response is returned whether or not an account exists for the email
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"If an account exists for this email, a reset link has been sent."
}
POST
/rest/v1/auth/customer/forgot-password
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI