Request Password Reset
POST
/store/customers/password-token
Customers
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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.medusa-commerce.com/store/customers/password-token' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
204 - Example 1
{}
Request
Body Params application/json
Responses
Modified at 2023-11-27 13:05:07