cURL
curl --request POST \ --url https://backyard.posthoot.com/api/v1/auth/password-reset/verify \ --header 'Content-Type: application/json' \ --data '{ "code": "<string>", "new_password": "<string>" }'
{}
Verify password reset code and update password
8
Password reset successful
Was this page helpful?