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

Authorizations

Authorization
string
header
required

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

Body

application/json
email
string<email>
required

Response

200 - application/json

Success

message
string