POST
/
passwords
/
email
/
reset
/
start
curl --request POST \
  --url https://api.furo.one/passwords/email/reset/start \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'

Body

email
string
required

This is the email of the user.