post
https://www.pelcro.com/api/v1/sdk/password/update
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Change the authenticated customer’s password. Requires the current password and returns the customer with a fresh JWT. Requires a bearer token.
Example: A signed-in customer changes their password from account settings.
Authentication requiredSend a bearer token as
Authorization: Bearer <token>. The new password cannot equal the current one. See Authentication.
Conditional Requirements
| Condition | Required Fields |
|---|---|
| Always | old_password, new_password, confirm_new_password |
confirm_new_password | must match new_password |
