v1

latestOpenAPI 3.1.02026-07-241080412.6 KB

Request password reset

Use this API to initiate the password reset flow, so that your customer can define a new password. Using this endpoint will trigger an email to the customer. The email contains a link which directs the customer to a password reset page on the web.

post/customers/request_password_reset

Headers

Content-Typestring

Request body

customerIdinteger

Customer identifier at Cleeng. Required conditionally if customerEmail is not provided.

customerEmailstring

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

resetUrlstring required

Information where reset password form will be kept.

Response

200

{"stackTrail":"paths:/customers/request_password_reset:post:responses:200:content:application/json:schema:items","oasType":"schema","type":"unknown"}