Request a password reset email.
cURL
curl --request POST \ --url https://api.buildwithtrace.com/api/v2/auth/forgot-password \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
Reset email sent if account exists
Was this page helpful?