Reset a Customer's Password
POST
/auth/customer/{auth_provider}/update
Auth
Request Request Example
JavaScript
Shell
Java
Swift
curl --location -g --request POST '{{BASE_URL}}/auth/customer//update' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "customer@gmail.com",
"password": "supersecret"
}'
Response Response Example
200 - Example 1
{
"success": true
}
Request
Path Params
auth_provider
string
required
Example:
emailpass
Body Params application/json
Responses
Modified at 2025-06-17 04:21:30