{"info":{"_postman_id":"73da1653-01a9-4295-9507-b295ba96db0b","name":"ToDO Assignment","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"30494926","collectionId":"73da1653-01a9-4295-9507-b295ba96db0b","publishedId":"2s9YR56aWw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-13T16:50:26.000Z"},"item":[{"name":"User Routes","item":[{"name":"Login","id":"9abcf5f0-be99-40a9-bb07-644b728a4181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"tgoyal63@gmail.com\",\n    \"password\": \"tgoyal63\"\n}","options":{"raw":{"language":"json"}}},"url":"https://todo-app-58u3.onrender.com/api/v1/users/login","urlObject":{"protocol":"https","path":["api","v1","users","login"],"host":["todo-app-58u3","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9abcf5f0-be99-40a9-bb07-644b728a4181"},{"name":"Register","id":"e9682a19-6218-4f15-a97c-293ad0af2070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"tgoyal63@gmail.com\",\n    \"username\": \"tgoyal63\",\n    \"password\": \"tgoyal63\"\n}","options":{"raw":{"language":"json"}}},"url":"https://todo-app-58u3.onrender.com/api/v1/users/register","urlObject":{"protocol":"https","path":["api","v1","users","register"],"host":["todo-app-58u3","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9682a19-6218-4f15-a97c-293ad0af2070"},{"name":"Profile","id":"11016ad3-a76b-46f3-a735-04fb4ac16453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://todo-app-58u3.onrender.com/api/v1/users/profile","urlObject":{"protocol":"https","path":["api","v1","users","profile"],"host":["todo-app-58u3","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"11016ad3-a76b-46f3-a735-04fb4ac16453"}],"id":"6579b4d0-9286-4610-a7f7-14ccc8ff055d","_postman_id":"6579b4d0-9286-4610-a7f7-14ccc8ff055d","description":""},{"name":"Todo Routes","item":[{"name":"Create Todo","id":"633b37e4-846c-434c-b3ac-ee1ca6828b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Design DB\",\n    \"description\": \"Design the database architecture for the todo application\",\n    \"completed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://todo-app-58u3.onrender.com/api/v1/todos","urlObject":{"protocol":"https","path":["api","v1","todos"],"host":["todo-app-58u3","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"633b37e4-846c-434c-b3ac-ee1ca6828b66"},{"name":"Get All Todos","id":"684cc131-cb9b-4108-af01-f5d7d12c2e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://todo-app-58u3.onrender.com/api/v1/todos","urlObject":{"protocol":"https","path":["api","v1","todos"],"host":["todo-app-58u3","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"684cc131-cb9b-4108-af01-f5d7d12c2e17"},{"name":"Get Todo By Id","id":"7a9fda3e-9e94-48ce-b175-f74cd18991ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://todo-app-58u3.onrender.com/api/v1/todos/1","urlObject":{"protocol":"https","path":["api","v1","todos","1"],"host":["todo-app-58u3","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a9fda3e-9e94-48ce-b175-f74cd18991ff"},{"name":"Update Todo By Id","id":"6042d728-a8dc-47f0-bcf1-7ca672b98654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": 2,\n    \"completed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://todo-app-58u3.onrender.com/api/v1/todos/1","urlObject":{"protocol":"https","path":["api","v1","todos","1"],"host":["todo-app-58u3","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6042d728-a8dc-47f0-bcf1-7ca672b98654"},{"name":"Delete Todo By Id","id":"ce027c6f-8ef4-4178-beee-7c9021f0abfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"https://todo-app-58u3.onrender.com/api/v1/todos/3","urlObject":{"protocol":"https","path":["api","v1","todos","3"],"host":["todo-app-58u3","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce027c6f-8ef4-4178-beee-7c9021f0abfe"}],"id":"c75d6bb9-9a44-4ad3-9db0-2c5b86fad3db","_postman_id":"c75d6bb9-9a44-4ad3-9db0-2c5b86fad3db","description":""},{"name":"https://discord.com/api/v10/guilds/1170627136059609118/members/search?query=tushargoyal","id":"c4bcf5b7-9d6d-466b-af24-eb84e9d1bd9b","protocolProfileBehavior":{"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bot MTIxMzQ3MTEzNDYxNjUyMjgxMg.G0A0WO.PX0nrqdcy2G5ummqhpIkiYLn0uWuQWxMdwncHI","type":"text"}],"url":"https://discord.com/api/v10/guilds/1170627136059609118/members/search?query=tushargoyal","urlObject":{"protocol":"https","path":["api","v10","guilds","1170627136059609118","members","search"],"host":["discord","com"],"query":[{"key":"query","value":"tushargoyal"}],"variable":[]}},"response":[],"_postman_id":"c4bcf5b7-9d6d-466b-af24-eb84e9d1bd9b"}]}