post
https://www.pelcro.com/api/v1/sdk/password/reset
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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 404Validation failures and an invalid or already-used token both return
404(not 422/400). An expired or used token returns404This token has either expired or has already been used, please try again.
Conditional Requirements
| Condition | Required Fields |
|---|---|
| Always | site_id, email, token, password, password_confirmation |
password_confirmation | must match password |
