{"info":{"_postman_id":"b3d356e2-e0f0-4297-8f01-7ceadf1f70b1","name":"Social-Media-API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"22471348","collectionId":"b3d356e2-e0f0-4297-8f01-7ceadf1f70b1","publishedId":"2s93Y2T2Tn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-04-20T01:51:11.000Z"},"item":[{"name":"get all posts","id":"66974224-d37d-4d84-bd41-10276abb64ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://social-media-api-ake0.onrender.com/post","urlObject":{"protocol":"https","path":["post"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"66974224-d37d-4d84-bd41-10276abb64ed"},{"name":"signup","id":"f2557592-4268-429e-9705-a1410c25c9d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"tim@gmail.com\",\r\n    \"password\":\"Mohangarden\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/user/signup/","urlObject":{"protocol":"https","path":["user","signup",""],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2557592-4268-429e-9705-a1410c25c9d0"},{"name":"create post","id":"2ffbccb4-4ecd-440c-a789-24b01d663eed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Post using postman\",\r\n  \"body\": \"New body\",\r\n  \"image_url\": \"https://wallpapercave.com/wp/wp2599594.jpg\",\r\n  \"published\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/post/","urlObject":{"protocol":"https","path":["post",""],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ffbccb4-4ecd-440c-a789-24b01d663eed"},{"name":"login","id":"cace5454-9827-4e48-904f-1d91611cf4be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"vikas@gmail.com","type":"text"},{"key":"password","value":"vikas","type":"text"}]},"url":"https://social-media-api-ake0.onrender.com/login?email=vikas@gmail.com&password=vikas","urlObject":{"protocol":"https","path":["login"],"host":["social-media-api-ake0","onrender","com"],"query":[{"key":"email","value":"vikas@gmail.com"},{"key":"password","value":"vikas"}],"variable":[]}},"response":[],"_postman_id":"cace5454-9827-4e48-904f-1d91611cf4be"},{"name":"update post","id":"a666a801-bf64-461e-b9fc-88e984c87d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Updated title\",\r\n  \"body\": \"Update body\",\r\n  \"image_url\": \"https://i.pinimg.com/originals/87/ae/83/87ae8360cfe56fda3b49e609eb3b7c25.jpg\",\r\n  \"published\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/post/update/1","urlObject":{"protocol":"https","path":["post","update","1"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a666a801-bf64-461e-b9fc-88e984c87d90"},{"name":"show post","id":"e9b5e26d-06b6-45b7-b942-eb5f059e893f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://social-media-api-ake0.onrender.com/post/1","urlObject":{"protocol":"https","path":["post","1"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9b5e26d-06b6-45b7-b942-eb5f059e893f"},{"name":"delete post","id":"de71d67d-e52a-4e7d-b6eb-657814a1c367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://social-media-api-ake0.onrender.com/post/1","urlObject":{"protocol":"https","path":["post","1"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de71d67d-e52a-4e7d-b6eb-657814a1c367"},{"name":"show all users","id":"235a9a0b-de5e-4344-8b22-c19230332b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://social-media-api-ake0.onrender.com/user","urlObject":{"protocol":"https","path":["user"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"235a9a0b-de5e-4344-8b22-c19230332b4d"},{"name":"show single user","id":"897d172e-01f7-4bfc-a15c-872c45cbef07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://social-media-api-ake0.onrender.com/user/1","urlObject":{"protocol":"https","path":["user","1"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"897d172e-01f7-4bfc-a15c-872c45cbef07"},{"name":"New Request","id":"19160422-b687-4fd2-bfe6-2da7c35a184d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://social-media-api-ake0.onrender.com/user/delete/3","urlObject":{"protocol":"https","path":["user","delete","3"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"19160422-b687-4fd2-bfe6-2da7c35a184d"},{"name":"create profile","id":"d3d57551-2cdb-4868-8f6e-0b58bf653a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"first_name\": \"vikas kumar\",\r\n  \"last_name\": \"singh pratap\",\r\n  \"profile_pic_url\": \"https://www.pixelstalk.net/wp-content/uploads/2016/07/Wallpapers-pexels-photo.jpg\",\r\n  \"bio\": \"first bio on this app\",\r\n  \"social_link\": \"https://www.pixelstalk.net/wp-content/uploads/2016/07/Wallpapers-pexels-photo.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/profile","urlObject":{"protocol":"https","path":["profile"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3d57551-2cdb-4868-8f6e-0b58bf653a3e"},{"name":"show user profile","id":"8fe1e07d-b9fd-4dc7-8698-220572b64950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://social-media-api-ake0.onrender.com/profile/1","urlObject":{"protocol":"https","path":["profile","1"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fe1e07d-b9fd-4dc7-8698-220572b64950"},{"name":"update user profile","id":"466560b0-3223-481d-add6-4d433a523803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"first_name\": \"vikas kumar updated\",\r\n  \"last_name\": \"singh\",\r\n  \"profile_pic_url\": \"string\",\r\n  \"bio\": \"first bio on this app updated\",\r\n  \"social_link\": \"https://www.pixelstalk.net/wp-content/uploads/2016/07/Wallpapers-pexels-photo.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/profile/1","urlObject":{"protocol":"https","path":["profile","1"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"466560b0-3223-481d-add6-4d433a523803"},{"name":"like a post","id":"d1a3a919-f51c-4e32-a1af-c59df1ed5148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"post_id\": 2,\r\n  \"dir\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/like","urlObject":{"protocol":"https","path":["like"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1a3a919-f51c-4e32-a1af-c59df1ed5148"},{"name":"remove like","id":"b72529c5-1993-47a8-aed5-e7e13aa09235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"post_id\": 2,\r\n  \"dir\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/like","urlObject":{"protocol":"https","path":["like"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b72529c5-1993-47a8-aed5-e7e13aa09235"},{"name":"comment on a post","id":"050afda3-14d4-481f-bf1a-429378d88a2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"message\": \"second comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/comment/post/2","urlObject":{"protocol":"https","path":["comment","post","2"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"050afda3-14d4-481f-bf1a-429378d88a2f"},{"name":"follow user","id":"f01f438e-2582-4c28-8842-98b5db656ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://social-media-api-ake0.onrender.com/follow/user/4","urlObject":{"protocol":"https","path":["follow","user","4"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f01f438e-2582-4c28-8842-98b5db656ef6"},{"name":"edit comment","id":"a514cebb-68f2-4fa6-a73b-614e242fd2ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"message\": \"Amazing post updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://social-media-api-ake0.onrender.com/comment/edit/4","urlObject":{"protocol":"https","path":["comment","edit","4"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a514cebb-68f2-4fa6-a73b-614e242fd2ed"},{"name":"delete comment","id":"a7439426-ced2-4b9d-be34-1eee594c299a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://social-media-api-ake0.onrender.com/comment/delete/5","urlObject":{"protocol":"https","path":["comment","delete","5"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7439426-ced2-4b9d-be34-1eee594c299a"},{"name":"unfollow user","id":"c704eff7-f629-4ac8-b312-debb7a33c642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://social-media-api-ake0.onrender.com/follow/4","urlObject":{"protocol":"https","path":["follow","4"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c704eff7-f629-4ac8-b312-debb7a33c642"},{"name":"show followers","id":"c9d757c4-7ad0-4266-9c85-ac60a3f572d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://social-media-api-ake0.onrender.com/follow/2","urlObject":{"protocol":"https","path":["follow","2"],"host":["social-media-api-ake0","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9d757c4-7ad0-4266-9c85-ac60a3f572d6"}]}