cURL
curl --request POST \ --url https://backyard.posthoot.com/api/v1/auth/password-reset \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>" }'
{}
Request a password reset code to be sent via email
Reset code sent if email exists
Was this page helpful?