{"info":{"_postman_id":"029c91be-e69e-42d3-b0b8-93094e851514","name":"Insta-Clone","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11499248","collectionId":"029c91be-e69e-42d3-b0b8-93094e851514","publishedId":"T1LPE7Tm","public":true,"customColor":{"top-bar":"111111","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-19T08:31:08.000Z"},"item":[{"name":"Users","item":[{"name":"Signup","event":[{"listen":"test","script":{"id":"b480fbf7-be7e-43c6-ae3e-f1f1e377ac0d","exec":["var data = pm.response.json();\r","pm.environment.set(\"jwt\", data.data.token);"],"type":"text/javascript"}}],"id":"051f8d58-f403-41cc-9839-8c9a80b165e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"username\": \"my-username\",\n\t\"name\": \"my-name\",\n\t\"password\": \"my-password\",\n\t\"passwordConfirm\": \"my-password\",\n\t\"email\": \"email@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/users/signup","urlObject":{"path":["api","v1","users","signup"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"051f8d58-f403-41cc-9839-8c9a80b165e8"},{"name":"Login-User","id":"e068bb9b-2c86-41f8-9667-8c1d3cc6b642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"username\": \"s.manan3\",\n\t\"password\": \"pass1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/users/login","urlObject":{"path":["api","v1","users","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e068bb9b-2c86-41f8-9667-8c1d3cc6b642"},{"name":"Logout-User","id":"d262475d-1f20-4195-8b56-2604618e091a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v1/users/logout","urlObject":{"path":["api","v1","users","logout"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d262475d-1f20-4195-8b56-2604618e091a"},{"name":"Generate-Password-Reset-Token","id":"a2fae5f5-5e47-4f30-b4da-bb7f60e3f034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"my-email\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/users/forgotPassword","urlObject":{"path":["api","v1","users","forgotPassword"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2fae5f5-5e47-4f30-b4da-bb7f60e3f034"},{"name":"Reset-Password-From-Link","id":"abb03b0f-899a-4a25-9e0a-978985903db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"password\": \"my-new-password\",\n\t\"passwordConfirm\": \"my-new-password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/users/resetPassword/<GENERATE_PASSWORD_RESET_TOKEN>","urlObject":{"path":["api","v1","users","resetPassword","<GENERATE_PASSWORD_RESET_TOKEN>"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abb03b0f-899a-4a25-9e0a-978985903db5"},{"name":"Update-User-Details","id":"60905d2c-9cf2-4a35-95de-eca9cab361a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","src":"/D:/SafeHouse/Code/Node-Course-2/complete-node-bootcamp-master/4-natours/starter/dev-data/img/leo.jpg"},{"key":"name","value":"Your-New-Name","type":"text"}]},"url":"{{URL}}/api/v1/users/updateMe","urlObject":{"path":["api","v1","users","updateMe"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60905d2c-9cf2-4a35-95de-eca9cab361a8"},{"name":"Update-User-Password","id":"1eb1e18a-5ad6-4e65-bd43-efc48dc254ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"oldPassword\": \"my-password\",\n\t\"newPassword\": \"my-new-password\",\n\t\"confirmPassword\": \"my-new-password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/users/updatePassword","urlObject":{"path":["api","v1","users","updatePassword"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1eb1e18a-5ad6-4e65-bd43-efc48dc254ce"},{"name":"Delete-Current-User","id":"17ceb4d6-64fb-44b1-a123-f78ef651ab7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/api/v1/users/deleteMe","urlObject":{"path":["api","v1","users","deleteMe"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17ceb4d6-64fb-44b1-a123-f78ef651ab7c"},{"name":"Mark-Notifs-As-Read","id":"d04395a8-b1d3-43de-8015-565cbf51a178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"d04395a8-b1d3-43de-8015-565cbf51a178"},{"name":"Delete-User-From-DB (Admin)","id":"fdf3a803-e954-45bc-b721-17ee3c81f0cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/api/v1/users/deleteUser/<USER_ID>","urlObject":{"path":["api","v1","users","deleteUser","<USER_ID>"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdf3a803-e954-45bc-b721-17ee3c81f0cb"},{"name":"Get-User-Details","id":"e7d10f09-5253-4e99-845c-53a87367b86c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/users/user/my-username","urlObject":{"path":["api","v1","users","user","my-username"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7d10f09-5253-4e99-845c-53a87367b86c"},{"name":"Is-Logged-In","id":"1af930b5-536f-4938-a68a-cd0380eed50f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/users/isLoggedIn","urlObject":{"path":["api","v1","users","isLoggedIn"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1af930b5-536f-4938-a68a-cd0380eed50f"},{"name":"Search-User","id":"9e08a6a5-2284-4252-8222-b008d31593b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"search\": \"partial-search-string (either username / name)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/users/search","urlObject":{"path":["api","v1","users","search"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e08a6a5-2284-4252-8222-b008d31593b8"},{"name":"Get-Random-Users","id":"768065ba-5f16-4247-9923-2a4e8a3272ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/users/random","urlObject":{"path":["api","v1","users","random"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"768065ba-5f16-4247-9923-2a4e8a3272ff"},{"name":"Get-Notifications","id":"f101998f-7ca0-484b-9ddc-5c0b36c21cf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/users/notifications","urlObject":{"path":["api","v1","users","notifications"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"limit","value":"0"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"f101998f-7ca0-484b-9ddc-5c0b36c21cf2"}],"id":"f2db6c14-f8ab-4214-b70f-0512658a1d3f","_postman_id":"f2db6c14-f8ab-4214-b70f-0512658a1d3f","description":""},{"name":"Posts","item":[{"name":"Create-Post","id":"31c9a65e-5d4f-4e1e-8205-95fe712ad260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"caption","value":"Jawline Goals","type":"text"},{"key":"photo","type":"file","value":null},{"key":"locationName","value":"DLF Cyber City","type":"text"},{"key":"latitude","value":"28.4940474","type":"text"},{"key":"longitude","value":"77.0864596","type":"text"}]},"url":"{{URL}}/api/v1/posts/create","urlObject":{"path":["api","v1","posts","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31c9a65e-5d4f-4e1e-8205-95fe712ad260"},{"name":"Delete-Post","id":"6379522b-e31e-4f0b-902a-86d635bb8610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/api/v1/posts/delete/<POST_ID>","urlObject":{"path":["api","v1","posts","delete","<POST_ID>"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6379522b-e31e-4f0b-902a-86d635bb8610"},{"name":"Update-Post","id":"a88ceb4f-2455-452d-afce-b5529a2159fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"caption\": \"my new bike\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/posts/edit/<POST_ID>","urlObject":{"path":["api","v1","posts","edit","<POST_ID>"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a88ceb4f-2455-452d-afce-b5529a2159fc"},{"name":"Get-Timeline","id":"2111d2bd-5600-4cce-be92-3eab40c73581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/feed","urlObject":{"path":["api","v1","posts","feed"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"limit","value":"2"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"2111d2bd-5600-4cce-be92-3eab40c73581"},{"name":"Get-User-Posts/Get-My-Posts","id":"6b024827-f6ac-494f-9760-29dd63f65887","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/<USERNAME>","urlObject":{"path":["api","v1","posts","<USERNAME>"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b024827-f6ac-494f-9760-29dd63f65887"},{"name":"Get-Post","id":"300c55fb-dcaa-4c59-915d-05814dd48786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/one/<POST_ID>","urlObject":{"path":["api","v1","posts","one","<POST_ID>"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"300c55fb-dcaa-4c59-915d-05814dd48786"},{"name":"Get-Trending-Posts","id":"bf94a3fc-5ed9-415e-8ef3-8c3100fd4bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/trending","urlObject":{"path":["api","v1","posts","trending"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf94a3fc-5ed9-415e-8ef3-8c3100fd4bca"},{"name":"Nearby-Posts","id":"09f27ab0-b5d9-4443-a5ab-78392e87a10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/near?lat=28.541012&lng=77.155128","urlObject":{"path":["api","v1","posts","near"],"host":["{{URL}}"],"query":[{"key":"lat","value":"28.541012"},{"key":"lng","value":"77.155128"}],"variable":[]}},"response":[],"_postman_id":"09f27ab0-b5d9-4443-a5ab-78392e87a10c"},{"name":"Get Reputation","id":"75f21531-646b-467b-a877-5712b57e9c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/utils/getReputation","urlObject":{"path":["api","v1","posts","utils","getReputation"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"75f21531-646b-467b-a877-5712b57e9c67"},{"name":"Report-Post","id":"c81f237e-521b-4d9e-85fc-3263f1044407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"post\": \"5f6589a75fbc320017eb4f80\",\r\n    \"status\": \"spam\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/posts/utils/report","urlObject":{"path":["api","v1","posts","utils","report"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c81f237e-521b-4d9e-85fc-3263f1044407"},{"name":"Un-Report-Post","id":"219b7453-43a2-4a0f-b5cc-a734c5c801a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"post\": \"5f6589a75fbc320017eb4f80\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/posts/utils/unReport","urlObject":{"path":["api","v1","posts","utils","unReport"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"219b7453-43a2-4a0f-b5cc-a734c5c801a4"}],"id":"74b4bd9a-fef3-46b2-a306-e43aaf52e13e","_postman_id":"74b4bd9a-fef3-46b2-a306-e43aaf52e13e","description":""},{"name":"Follow","item":[{"name":"Follow-User","id":"716aae42-8a45-48bb-a14e-83ed59608960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/users/<USERNAME>/follow","urlObject":{"path":["api","v1","users","<USERNAME>","follow"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"716aae42-8a45-48bb-a14e-83ed59608960"},{"name":"Unfollow-User","id":"09fa4431-77dc-45e4-8926-70580cafec4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/users/<USERNAME>/unfollow","urlObject":{"path":["api","v1","users","<USERNAME>","unfollow"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09fa4431-77dc-45e4-8926-70580cafec4d"},{"name":"Get-All-Followers","id":"1daeb0cb-d2d8-4071-9118-482074c34150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/users/<USERNAME>/followers","urlObject":{"path":["api","v1","users","<USERNAME>","followers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1daeb0cb-d2d8-4071-9118-482074c34150"},{"name":"Get-All-Follows","id":"a7ec997e-dea2-4925-ac1d-1ac9f28ad473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/users/<USERNAME>/follows","urlObject":{"path":["api","v1","users","<USERNAME>","follows"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7ec997e-dea2-4925-ac1d-1ac9f28ad473"}],"id":"05c23e3d-cf32-4826-9197-5c6447d6e452","_postman_id":"05c23e3d-cf32-4826-9197-5c6447d6e452","description":""},{"name":"Likes","item":[{"name":"Like-A-Post","id":"2cd14416-f39f-4838-975e-e8c99da433c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/<POST_ID>/like","urlObject":{"path":["api","v1","posts","<POST_ID>","like"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cd14416-f39f-4838-975e-e8c99da433c9"},{"name":"All-Likes-On-A-Post","id":"0675054c-bf0d-4fcf-9349-feaedacb7f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/<POST_ID>/likedBy","urlObject":{"path":["api","v1","posts","<POST_ID>","likedBy"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0675054c-bf0d-4fcf-9349-feaedacb7f68"},{"name":"Remove-Like","id":"7ef71be0-5896-4e38-bd81-34690e6f4c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/<POST_ID>/unlike","urlObject":{"path":["api","v1","posts","<POST_ID>","unlike"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ef71be0-5896-4e38-bd81-34690e6f4c13"}],"id":"beb833e4-1082-4eeb-950c-42d8eb4f0ea3","_postman_id":"beb833e4-1082-4eeb-950c-42d8eb4f0ea3","description":""},{"name":"Comments","item":[{"name":"Create-Comment","id":"4f5860f8-47f3-4583-8fc6-fb5e1e394bc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\": \"comment-body\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/posts/<POST_ID>/comments","urlObject":{"path":["api","v1","posts","<POST_ID>","comments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f5860f8-47f3-4583-8fc6-fb5e1e394bc2"},{"name":"Get-Comments-On-A-Post","id":"098d28df-0880-4d75-b889-ecf9f78604f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/posts/<POST_ID>/comments","urlObject":{"path":["api","v1","posts","<POST_ID>","comments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"098d28df-0880-4d75-b889-ecf9f78604f1"}],"id":"577b92fb-1392-4162-8ab6-8a1d59c3c6d2","_postman_id":"577b92fb-1392-4162-8ab6-8a1d59c3c6d2","description":""}]}