Request Password Reset
POST
/store/customers/password-tokenCreate a reset password token to be used in a subsequent Reset Password API Route. This emits the event customer.password_reset
. If a notification provider is installed in the Medusa backend and is configured to handle this event, a notification to the customer, such as an email, may be sent with reset instructions.
Request
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(204)
Client Error or Multiple Errors(400)
User is not authorized. Must log in first(401)
Not Found Error(404)
Invalid State Error(409)
Invalid Request Error(422)
Server Error(500)
HTTP Code: 204
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a year ago