Skip to main content
POST
/
members
/
password
Send a password reset email
curl --request POST \
  --url https://api.example.com/members/password \
  --header 'Content-Type: application/json' \
  --data '
{
  "emailAddress": "<string>"
}
'
{
  "success": true
}

Body

application/json

The email address to request a Password Reset email for

emailAddress
string
required

Response

200 - application/json

Outcome

success
boolean