Reset password

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
Body Params
string
required
string
required
string
required
string
required
string
Headers
string
Defaults to application/json
Responses

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