POST v3/customer/set-password

Set a new password for the customer

Request Information

URI Parameters

None.

Body Parameters

NewPasswordFromLink
NameDescriptionTypeAdditional information
Token

string

None.

NewPassword

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
{
  "token": "sample string 1",
  "newPassword": "sample string 2"
}

text/xml

Sample:

The response/request for text/xml format is no longer supported for this endpoint.

Response Information

Resource Description

None.