Skip to main content
POST
/
storefront
/
customer-auth
/
reset-password
Reset Password
curl --request POST \
  --url https://api.headlesscommerce.io/v1/storefront/customer-auth/reset-password \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "password": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

Body

application/json
token
string
required
password
string
required
Minimum string length: 8

Response

200 - application/json

Success

message
string