Skip to main content
PATCH
Reset password

Path Parameters

id
string
required

The reset token from the emailed link

Body

application/json
password
string
required
Example:

"new-password-123"

password_confirmation
string
required
Example:

"new-password-123"

Response

password reset

token
string
required

JWT access token, seller_api audience

user
object
required
sellers
object[]
required

The sellers this user may act for. Pick one and send its id as X-Spree-Seller-Id on every subsequent request.