Skip to main content
POST
/
v1
/
customer
/
auth
/
password-resets
/
verifications
Reset password with token
curl --request POST \
  --url https://api.example.com/v1/customer/auth/password-resets/verifications \
  --header 'Content-Type: application/json' \
  --data '
{
  "client_id": "<string>",
  "token": "<string>",
  "new_password": "<string>"
}
'

Body

application/json
client_id
string
required
Minimum string length: 1
token
string
required
Minimum string length: 1
new_password
string
required
Minimum string length: 1

Response

Password reset successfully