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 'https://mock.apidog.com/m1/543334-0-default/store/customers/password-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'
{}