Reset password

Reset a customer password using the emailed token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Reset a customer’s password using the token from the reset email. Public — no authentication required.

Example: The customer opens the reset link and submits a new password along with the token it carries.

🚧

Errors return 404

Validation failures and an invalid or already-used token both return 404 (not 422/400). An expired or used token returns 404 This token has either expired or has already been used, please try again.


Conditional Requirements

ConditionRequired Fields
Alwayssite_id, email, token, password, password_confirmation
password_confirmationmust match password
Query Params
int32
required

The unique identifier of the site associated with your account.

Body Params
string
required

The email of the customer.

string
required

The new password.

string
required

The new password (confirmed).

string
required

The unique one-time use token.

string

Optional parameter which can be used to hold the source from which the login has been requested.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json