Send reset password email
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>" }'
This is the email of the user.
Was this page helpful?