This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
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.curl --location --request POST 'http://127.0.0.1:3658/m1/543334-505232-default/store/customers/password-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'
{}