Skip to main content
POST
/
v3
/
stores
/
{store_id}
/
public
/
auth
/
save-password
Save a new customer password from a reset token
curl --request POST \
  --url https://api.myscalev.com/v3/stores/{store_id}/public/auth/save-password \
  --header 'Content-Type: application/json' \
  --header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>' \
  --data '
{
  "token": "<string>",
  "password": "<string>"
}
'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Headers

X-Scalev-Storefront-Api-Key
string
required

Publishable storefront public API key for the target store.

Path Parameters

store_id
string
required

Store unique_id.

Body

application/json
token
string
required
password
string
required

Response

Success with no response body