{"info":{"_postman_id":"5141c99f-6cd1-47c8-b697-78d7fcc3f13d","name":"password reset","description":"<html><head></head><body><p>The APIs implement a correct password reset flow, including email verification and proper updating of the new password in the database. Additionally, they handle the signup and signin processes for the web app.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33767617","collectionId":"5141c99f-6cd1-47c8-b697-78d7fcc3f13d","publishedId":"2sA3JDiRA2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-01T09:34:17.000Z"},"item":[{"name":"Register user","id":"25ed6bac-8f7d-4fdd-ae0b-df203009b070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Geetha\",\r\n    \"email\":\"geethamuthu744@gmail.com\",\r\n    \"password\":\"geethamuthu123\",\r\n    \"phoneNo\":9478190329\r\n}","options":{"raw":{"language":"json"}}},"url":"https://password-reset-qh1e.onrender.com/register","description":"<p>Registers a new user with the provided name, email, password, and phone number.</p>\n","urlObject":{"protocol":"https","path":["register"],"host":["password-reset-qh1e","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"25ed6bac-8f7d-4fdd-ae0b-df203009b070"},{"name":"Login user","id":"76108ed3-8a9d-4408-9a76-442a300a27a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"dhinakaran2k2@gmail.com\",\r\n    \"password\":\"dhinakaran123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://password-reset-qh1e.onrender.com/login","description":"<p>Logs in an existing user with the provided email and password.</p>\n","urlObject":{"protocol":"https","path":["login"],"host":["password-reset-qh1e","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"76108ed3-8a9d-4408-9a76-442a300a27a5"},{"name":"Logout user","id":"0a9f4e03-4c5f-4d46-acec-48f268860d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://password-reset-qh1e.onrender.com/logout","description":"<p>Logs out the currently logged-in user.</p>\n","urlObject":{"protocol":"https","path":["logout"],"host":["password-reset-qh1e","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a9f4e03-4c5f-4d46-acec-48f268860d15"},{"name":"Get user","id":"07ae68c8-ffb2-482e-baad-c403341c8a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://password-reset-qh1e.onrender.com/getUser","description":"<p>Retrieves the details of the currently logged-in user.</p>\n","urlObject":{"protocol":"https","path":["getUser"],"host":["password-reset-qh1e","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"07ae68c8-ffb2-482e-baad-c403341c8a39"},{"name":"Forgot password verify email","id":"6d3e7e8d-1c87-4979-b043-e1484962dc9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"geethamuthu744@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://password-reset-qh1e.onrender.com/forgot-password","description":"<p>Sends a password reset code to the provided email address for password reset.</p>\n","urlObject":{"protocol":"https","path":["forgot-password"],"host":["password-reset-qh1e","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d3e7e8d-1c87-4979-b043-e1484962dc9f"},{"name":"Reset Password","id":"fed7c217-0ddd-4758-a4c2-c60a99deca95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newPassword\":\"geethamuthu123\",\r\n    \"passwordResetCode\":\"e66333\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://password-reset-qh1e.onrender.com/reset-password/","description":"<p>Resets the user's password with the provided new password and password reset code.</p>\n","urlObject":{"protocol":"https","path":["reset-password",""],"host":["password-reset-qh1e","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fed7c217-0ddd-4758-a4c2-c60a99deca95"}]}