Update password

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

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 required

Send a bearer token as Authorization: Bearer <token>. The new password cannot equal the current one. See Authentication.


Conditional Requirements

ConditionRequired Fields
Alwaysold_password, new_password, confirm_new_password
confirm_new_passwordmust match new_password
Query Params
int32
required
Body Params
string
required
string
required
string
required
Headers
string
required
Defaults to Bearer eyJ***
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