v1

latestOpenAPI 3.1.02026-07-241080412.6 KB

Update password

Use /customers/passwords endpoint to save a new customer password, in case you defined a custom reset password page.

patch/customers/passwords

Request body

publisherIdstring required

ID of publisher, e.g. 332347686

customerIdinteger required

Customer identifier at Cleeng. Either customerId (recommended) or customerEmail must be provided in this endpoint.

resetPasswordTokenstring required

After user receives reset password email with link (Reset password endpoint), resetPasswordToken parameter attached to this url have to be used here.

newPasswordstring required

New customer password. String containing at least one letter and one digit or special character (!@#$%^&), length - 8-80 characters

customerEmailstring

The email address of the customer. Required conditionally if customerId is not provided.

Response

200

responseDataobject