Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Checks a hash and sets a session for the endpoint. This endpoint corresponds to clicking the Reset password link in the Password reset email.
Successful response
const response = await fetch('https://eu1.make.com/api/v2/users/password-reset', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": 0 }