Skip to main content
POST
/
v1
/
customer
/
auth
/
password-resets
Request password reset
curl --request POST \
  --url https://api.example.com/v1/customer/auth/password-resets \
  --header 'Content-Type: application/json' \
  --data '
{
  "client_id": "<string>",
  "email": "jsmith@example.com"
}
'

Body

application/json
client_id
string
required
Minimum string length: 1
email
string<email>
required

Response

Password reset email sent (if account exists)