{"info":{"_postman_id":"8a77cd95-4c36-444f-b026-8ee991e6cf88","name":"to-do-list-app","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"29075585","collectionId":"8a77cd95-4c36-444f-b026-8ee991e6cf88","publishedId":"2sBXcBo2br","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-14T10:33:26.000Z"},"item":[{"name":"auth","item":[{"name":"register-user","id":"35642cae-08a3-4700-ba43-45485dc005d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"nishu3\",\r\n    \"email\":\"nishu3@gmail.com\",\r\n    \"password\": \"Nishu@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/auth/register","urlObject":{"port":"3000","path":["api","v1","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"35642cae-08a3-4700-ba43-45485dc005d6"},{"name":"login-user","id":"18694ef6-82f1-40c9-9b49-6b6c5173758d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"nishu3\",\r\n    \"password\": \"Nishu@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/auth/login","urlObject":{"port":"3000","path":["api","v1","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"18694ef6-82f1-40c9-9b49-6b6c5173758d"}],"id":"a595d6d9-5547-4d2c-8d9a-7b2563b52b85","_postman_id":"a595d6d9-5547-4d2c-8d9a-7b2563b52b85","description":""},{"name":"todo-list","item":[{"name":"create-todo","id":"687dec6a-eb09-46c7-904e-ff922a6c78dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\":\"Walk\",\r\n    \"status\": \"Not Started\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/todo/create-task","urlObject":{"port":"3000","path":["api","v1","todo","create-task"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"687dec6a-eb09-46c7-904e-ff922a6c78dd"},{"name":"get-task","id":"31aabdc4-ca87-480c-8fe7-d35d0cfc0cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/todo/get-task","urlObject":{"port":"3000","path":["api","v1","todo","get-task"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"31aabdc4-ca87-480c-8fe7-d35d0cfc0cfd"},{"name":"update-status","id":"dadceef5-a2f4-409e-b496-d92b7beb2065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"Done\",\r\n    \"id\": \"699492e1a06e48dca7a21ce7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/todo/update-task","urlObject":{"port":"3000","path":["api","v1","todo","update-task"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dadceef5-a2f4-409e-b496-d92b7beb2065"},{"name":"filter-to-do-status","id":"73afc41e-d8c0-4d7a-81fd-7195253a2380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/todo/filter?status=Pending","urlObject":{"port":"3000","path":["api","v1","todo","filter"],"host":["localhost"],"query":[{"key":"status","value":"Pending"}],"variable":[]}},"response":[],"_postman_id":"73afc41e-d8c0-4d7a-81fd-7195253a2380"},{"name":"delete-task-by-id","id":"936b1a58-30f5-4388-a06d-b47d159ed7cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"699492e1a06e48dca7a21ce7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/todo/delete-task","urlObject":{"port":"3000","path":["api","v1","todo","delete-task"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"936b1a58-30f5-4388-a06d-b47d159ed7cc"}],"id":"eb4bf520-b278-418e-93ae-926335ad4c54","_postman_id":"eb4bf520-b278-418e-93ae-926335ad4c54","description":""}]}