{"info":{"_postman_id":"02e782d9-2a8d-4909-b2d1-41107ffca01b","name":"Blog-Api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39188598","collectionId":"02e782d9-2a8d-4909-b2d1-41107ffca01b","publishedId":"2sB3BDKB7V","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-07T14:49:17.000Z"},"item":[{"name":"users","item":[{"name":"Register","id":"a8b73e0a-d42a-469f-9960-8b9bb73108bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstname\":\"anton\",\r\n    \"lastname\":\"louis\",\r\n    \"email\":\"antonlouis@gmail.com\",\r\n    \"password\":\"secret1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/users/register","urlObject":{"path":["users","register"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8b73e0a-d42a-469f-9960-8b9bb73108bd"},{"name":"Login","id":"27287895-8536-47a2-8c84-e08ff265a4fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"antonlouis@gmail.com\",\r\n    \"password\":\"secret1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/users/login","urlObject":{"path":["users","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27287895-8536-47a2-8c84-e08ff265a4fd"},{"name":"user's profile","id":"7596ad56-8af3-4f52-8912-6676b5092832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/users/profile","urlObject":{"path":["users","profile"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7596ad56-8af3-4f52-8912-6676b5092832"},{"name":"Get all users","id":"56c80926-00f5-4be2-978b-5351a4c88269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/users","urlObject":{"path":["users"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56c80926-00f5-4be2-978b-5351a4c88269"},{"name":"Get Single User","id":"4ab8411f-e701-42d6-beab-6b5497cda965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"4ab8411f-e701-42d6-beab-6b5497cda965"},{"name":"Delete User","id":"8c0a4eac-3ab0-4e49-a383-784166d36344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/users/123","urlObject":{"path":["users","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c0a4eac-3ab0-4e49-a383-784166d36344"},{"name":"Update User","id":"21fc3ba9-e84f-4ec4-b6b8-3bab2954d662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"url":"{{URL}}/users/update-user","urlObject":{"path":["users","update-user"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21fc3ba9-e84f-4ec4-b6b8-3bab2954d662"},{"name":"Update user's password","id":"59b306ba-2a8d-4abf-aa30-bffb9542b881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\":\"secret1234\",\r\n    \"newPassword\":\"newSecret1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/users/update-password","urlObject":{"path":["users","update-password"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59b306ba-2a8d-4abf-aa30-bffb9542b881"},{"name":"Profile-Viewers","id":"6c5d6b38-0eb6-4a4d-a887-cc79b7880797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/users/profile-viewers/123","urlObject":{"path":["users","profile-viewers","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c5d6b38-0eb6-4a4d-a887-cc79b7880797"},{"name":"Follow User","id":"07c80f98-daf3-44bc-a878-8ced449b9f31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/users/following/123","urlObject":{"path":["users","following","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07c80f98-daf3-44bc-a878-8ced449b9f31"},{"name":"UnFollow User","id":"3a646e59-199c-4e7c-a885-f5ece7485e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/users/unfollow/123","urlObject":{"path":["users","unfollow","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a646e59-199c-4e7c-a885-f5ece7485e77"},{"name":"Profile photo upload","id":"28605668-de6f-4369-b189-a45aab1faf30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"28605668-de6f-4369-b189-a45aab1faf30"},{"name":"Block User","id":"bc89c45e-1007-478a-a608-740bc669b696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/users/block/123","urlObject":{"path":["users","block","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc89c45e-1007-478a-a608-740bc669b696"},{"name":"UnBlock User","id":"f733447d-9775-49de-a513-6e875e0432a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/users/unblock/123","urlObject":{"path":["users","unblock","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f733447d-9775-49de-a513-6e875e0432a3"},{"name":"Admin Block User","id":"7d989f8b-14c3-4021-b307-2f4b8e081b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}/users/admin-block/123","urlObject":{"path":["users","admin-block","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d989f8b-14c3-4021-b307-2f4b8e081b3f"},{"name":"Admin UnBlock User","id":"5d07c401-6b42-444e-a9b3-9f320bf0c8d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"url":"{{URL}}/users/admin-unblock/6870f953434e8ba83e7fd3ae","urlObject":{"path":["users","admin-unblock","6870f953434e8ba83e7fd3ae"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d07c401-6b42-444e-a9b3-9f320bf0c8d4"}],"id":"6dc60be9-50de-4eb8-b3e2-1e539f8a95f0","_postman_id":"6dc60be9-50de-4eb8-b3e2-1e539f8a95f0","description":""},{"name":"posts","item":[{"name":"Create a Post","id":"07296e96-8521-4465-aefe-8bda7995e6f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"Html\",\r\n    \"description\":\"Not a programming language\",\r\n    \"category\":\"68750897a8a85111bc149930\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/posts","urlObject":{"path":["posts"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07296e96-8521-4465-aefe-8bda7995e6f0"},{"name":"Get all posts","id":"da8828b1-d736-434e-aca8-df1fea62c4c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/posts","urlObject":{"path":["posts"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da8828b1-d736-434e-aca8-df1fea62c4c4"},{"name":"likes","id":"404c8114-8eee-4e68-858c-e2a89b875cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/posts/likes/123","urlObject":{"path":["posts","likes","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"404c8114-8eee-4e68-858c-e2a89b875cb4"},{"name":"Dislikes","id":"bb8a2b6e-8004-44a0-9c4b-8b81f8ab37f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/posts/dislikes/123","urlObject":{"path":["posts","dislikes","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb8a2b6e-8004-44a0-9c4b-8b81f8ab37f1"},{"name":"Post Detail","id":"e90f469c-c655-4b30-befd-8f1e03845a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e90f469c-c655-4b30-befd-8f1e03845a82"}],"id":"fee2ad4e-86be-4542-ab0d-9cfd0bbdfde7","_postman_id":"fee2ad4e-86be-4542-ab0d-9cfd0bbdfde7","description":""},{"name":"categories","item":[{"name":"create category","id":"d894ffc2-4653-4a95-99ab-821b08f60e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"CSS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/categories","urlObject":{"path":["categories"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d894ffc2-4653-4a95-99ab-821b08f60e6f"},{"name":"Get all Categories","id":"3a30454b-96f1-44ee-b7d4-1186e33bb9f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/categories","urlObject":{"path":["categories"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a30454b-96f1-44ee-b7d4-1186e33bb9f5"},{"name":"Get single category","id":"9cde4d60-a9f0-4683-a5b5-5f080e551d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/categories/6874e2c94f8de74ad27e254d","urlObject":{"path":["categories","6874e2c94f8de74ad27e254d"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cde4d60-a9f0-4683-a5b5-5f080e551d79"},{"name":"update category","id":"1ea64bcb-853b-4c16-a1b0-32ad1315ec45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"Html\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/categories/123","urlObject":{"path":["categories","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ea64bcb-853b-4c16-a1b0-32ad1315ec45"},{"name":"delete category","id":"47a6c566-da11-4b6f-9b02-5214ab790786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/categories/123","urlObject":{"path":["categories","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47a6c566-da11-4b6f-9b02-5214ab790786"}],"id":"27638b27-7fa0-481a-9c6f-64b77c0cd88b","_postman_id":"27638b27-7fa0-481a-9c6f-64b77c0cd88b","description":""},{"name":"comments","item":[{"name":"Create Comment","id":"3328a5cf-5416-4d43-aaac-f9c86ecdb072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\":\"interesting!!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/comments/123","urlObject":{"path":["comments","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3328a5cf-5416-4d43-aaac-f9c86ecdb072"},{"name":"Update Comment","id":"db920f3c-f38b-4003-808e-df2f28e94ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\":\"Omg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/comments/123","urlObject":{"path":["comments","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db920f3c-f38b-4003-808e-df2f28e94ec1"},{"name":"New Request","id":"52ac94e7-3b7d-4e76-a25e-90c3e4d99e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/comments/123","urlObject":{"path":["comments","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52ac94e7-3b7d-4e76-a25e-90c3e4d99e2a"}],"id":"5bf84d18-e36b-4c4a-bd34-e28fa5fb16b0","_postman_id":"5bf84d18-e36b-4c4a-bd34-e28fa5fb16b0","description":""}]}