Password
Reset Password
Password
Reset Password
Send reset password email
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>"
}'
Was this page helpful?
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>"
}'