{"info":{"_postman_id":"d856cf71-bc90-497c-b764-88dd363dedfc","name":"Crispy Doodle","description":"<html><head></head><body><p>The Blogging Microservice API enables developers to integrate blogging functionalities into their applications. This API supports creating, managing, and interacting with blog posts and comments.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28744083","collectionId":"d856cf71-bc90-497c-b764-88dd363dedfc","publishedId":"2sA3kUHhaD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-21T18:46:02.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"8b816e56-9c2a-41d7-8314-0a6353a30ec3"}}],"id":"ab568b2c-754f-47b1-8ef5-0046a347d327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"qudus22\",\r\n    \"lastName\": \"okiki\",\r\n    \"email\": \"osunronbiolanlesi22@gmail.com\",\r\n    \"password\": \"asdfghjkl11#\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/auth/register","urlObject":{"path":["register"],"host":["https://crispygatewayservice.azurewebsites.net/api/auth"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab568b2c-754f-47b1-8ef5-0046a347d327"},{"name":"Login","event":[{"listen":"test","script":{"id":"921bcdc4-9bbf-4e3c-b0fe-0661f66b19b9","exec":["\r","    const response = pm.response.json()\r","pm.environment.set(\"JWT\", response.result.token);"],"type":"text/javascript","packages":{}}}],"id":"d9b63b74-be6d-4e05-84e9-d71f553c54ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"osunronbiolanlesi@gmail.com\",\r\n    \"password\": \"asdfghjkl11#\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/auth/login","urlObject":{"path":["login"],"host":["https://crispygatewayservice.azurewebsites.net/api/auth"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9b63b74-be6d-4e05-84e9-d71f553c54ad"}],"id":"6af2d9a8-3106-4451-aa60-b675a7703765","_postman_id":"6af2d9a8-3106-4451-aa60-b675a7703765","description":""},{"name":"User","item":[{"name":"GetMyProfile","id":"11433136-82f5-49a9-a749-796d2b078476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/User","urlObject":{"host":["https://crispygatewayservice.azurewebsites.net/api/User"],"query":[],"variable":[]}},"response":[],"_postman_id":"11433136-82f5-49a9-a749-796d2b078476"},{"name":"GetUserProfile","id":"ce46db19-a12d-4c3c-8635-f05bf718e755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/user/3cd99de0-557b-46f9-8a8c-ca08fb75d74c","urlObject":{"path":["3cd99de0-557b-46f9-8a8c-ca08fb75d74c"],"host":["https://crispygatewayservice.azurewebsites.net/api/user"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce46db19-a12d-4c3c-8635-f05bf718e755"},{"name":"UpdateAccountProfile","id":"eb6402ea-c6a2-4b40-8e96-00c7723c1a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Okikiola\",\r\n    \"lastName\": \"Osunronbi\",\r\n    \"bio\": \"Till the day I die, I live forever\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/User","urlObject":{"host":["https://crispygatewayservice.azurewebsites.net/api/User"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb6402ea-c6a2-4b40-8e96-00c7723c1a62"},{"name":"DeleteAccountProfile","id":"675386ab-4b71-47a5-99ca-095f539f1292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/User","urlObject":{"host":["https://crispygatewayservice.azurewebsites.net/api/User"],"query":[],"variable":[]}},"response":[],"_postman_id":"675386ab-4b71-47a5-99ca-095f539f1292"}],"id":"58a284a9-6615-4c81-b608-620b3ff98765","_postman_id":"58a284a9-6615-4c81-b608-620b3ff98765","description":""},{"name":"Post","item":[{"name":"Create Post","id":"67df41ab-9220-4756-acbf-12b6c5d52df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"title\": \"Test title\",\r\n\"description\": \"test description text test ytext jwefjk\",\r\n\"coverImageUrl\": \"image url\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/post","urlObject":{"host":["https://crispygatewayservice.azurewebsites.net/api/post"],"query":[],"variable":[]}},"response":[],"_postman_id":"67df41ab-9220-4756-acbf-12b6c5d52df4"},{"name":"Get All Posts","id":"5ceb91d3-75c5-472c-8e07-f965bd1c8f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/post","urlObject":{"host":["https://crispygatewayservice.azurewebsites.net/api/post"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ceb91d3-75c5-472c-8e07-f965bd1c8f5b"},{"name":"Get A Post","id":"7d09d10d-5636-44ec-9119-298504546f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"7d09d10d-5636-44ec-9119-298504546f50"},{"name":"Like A Post","id":"078644ba-3d5c-4560-9241-acd3361012db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/post/like/1b0a17d6-dc1b-4519-d1d5-08dc500c25e9","urlObject":{"path":["like","1b0a17d6-dc1b-4519-d1d5-08dc500c25e9"],"host":["https://crispygatewayservice.azurewebsites.net/api/post"],"query":[],"variable":[]}},"response":[],"_postman_id":"078644ba-3d5c-4560-9241-acd3361012db"},{"name":"Unlike a post","id":"4845082f-ecf3-42c3-b65e-9d73eea8a835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/post/like/1b0a17d6-dc1b-4519-d1d5-08dc500c25e9","urlObject":{"path":["like","1b0a17d6-dc1b-4519-d1d5-08dc500c25e9"],"host":["https://crispygatewayservice.azurewebsites.net/api/post"],"query":[],"variable":[]}},"response":[],"_postman_id":"4845082f-ecf3-42c3-b65e-9d73eea8a835"}],"id":"64d7c6a7-df0c-4526-b360-08889000bcba","_postman_id":"64d7c6a7-df0c-4526-b360-08889000bcba","description":""},{"name":"Comments","item":[{"name":"Add comment","id":"1da90f65-612f-429b-9c3e-ac0feec014ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"Test comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/comment/1c9e2ea8-af4c-49f5-e77e-08dc69f075d7","urlObject":{"path":["1c9e2ea8-af4c-49f5-e77e-08dc69f075d7"],"host":["https://crispygatewayservice.azurewebsites.net/api/comment"],"query":[],"variable":[]}},"response":[],"_postman_id":"1da90f65-612f-429b-9c3e-ac0feec014ea"},{"name":"Reply a comment","id":"745e7e6f-1c30-4875-9a2a-76e2b7744cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"Test comment reply\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/comment/reply/09490580-846f-48f9-9758-08dc53b882ad","urlObject":{"path":["reply","09490580-846f-48f9-9758-08dc53b882ad"],"host":["https://crispygatewayservice.azurewebsites.net/api/comment"],"query":[],"variable":[]}},"response":[],"_postman_id":"745e7e6f-1c30-4875-9a2a-76e2b7744cae"},{"name":"Get comments for a post","id":"3ace29ac-ff3a-4a7f-a3b9-971a31d60a47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/comment/1B0A17D6-DC1B-4519-D1D5-08DC500C25E9","urlObject":{"path":["1B0A17D6-DC1B-4519-D1D5-08DC500C25E9"],"host":["https://crispygatewayservice.azurewebsites.net/api/comment"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ace29ac-ff3a-4a7f-a3b9-971a31d60a47"},{"name":"Like a comment","id":"a2590430-d554-4eb3-aadc-cefbbe30145b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/comment/like/1B0A17D6-DC1B-4519-D1D5-08DC500C25E9","urlObject":{"path":["like","1B0A17D6-DC1B-4519-D1D5-08DC500C25E9"],"host":["https://crispygatewayservice.azurewebsites.net/api/comment"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2590430-d554-4eb3-aadc-cefbbe30145b"},{"name":"Unlike a comment","id":"100c6e12-7f27-4329-a5bd-d39c1c2c43c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/comment/unlike/1B0A17D6-DC1B-4519-D1D5-08DC500C25E9/unlike","urlObject":{"path":["unlike","1B0A17D6-DC1B-4519-D1D5-08DC500C25E9","unlike"],"host":["https://crispygatewayservice.azurewebsites.net/api/comment"],"query":[],"variable":[]}},"response":[],"_postman_id":"100c6e12-7f27-4329-a5bd-d39c1c2c43c5"},{"name":"Get replies for a comment","id":"39b8af7d-f375-4fd6-91c9-eb6733dfc934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/comment/replies/BF12D089-EA48-44B6-7C9D-08DC5337CF18","urlObject":{"path":["replies","BF12D089-EA48-44B6-7C9D-08DC5337CF18"],"host":["https://crispygatewayservice.azurewebsites.net/api/comment"],"query":[],"variable":[]}},"response":[],"_postman_id":"39b8af7d-f375-4fd6-91c9-eb6733dfc934"}],"id":"518cb558-51e9-4082-818f-e85a95a8c4be","_postman_id":"518cb558-51e9-4082-818f-e85a95a8c4be","description":""},{"name":"Follow","item":[{"name":"FollowUserById","id":"47a4694d-ac28-4a6f-9168-71ab47ea7f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/follow/follow/6c0c8efe-fc5c-4b50-9e08-6db142a1aaed","urlObject":{"path":["follow","6c0c8efe-fc5c-4b50-9e08-6db142a1aaed"],"host":["https://crispygatewayservice.azurewebsites.net/api/follow"],"query":[],"variable":[]}},"response":[],"_postman_id":"47a4694d-ac28-4a6f-9168-71ab47ea7f3d"},{"name":"UnFollowUserById","id":"b963c3aa-eca4-488c-8e9f-2acd2719edca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/follow/unfollow/a86e59e2-4434-45a2-bf1e-5abb40c4ee4a","urlObject":{"path":["unfollow","a86e59e2-4434-45a2-bf1e-5abb40c4ee4a"],"host":["https://crispygatewayservice.azurewebsites.net/api/follow"],"query":[],"variable":[]}},"response":[],"_postman_id":"b963c3aa-eca4-488c-8e9f-2acd2719edca"},{"name":"Followers","id":"26973e09-4efe-4218-ad03-82ac7333d044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/follow/followers","urlObject":{"path":["followers"],"host":["https://crispygatewayservice.azurewebsites.net/api/follow"],"query":[],"variable":[]}},"response":[],"_postman_id":"26973e09-4efe-4218-ad03-82ac7333d044"},{"name":"Followees","id":"47c62bca-886a-4c53-8f58-0a3095a4a4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/follow/followees","urlObject":{"path":["followees"],"host":["https://crispygatewayservice.azurewebsites.net/api/follow"],"query":[],"variable":[]}},"response":[],"_postman_id":"47c62bca-886a-4c53-8f58-0a3095a4a4fc"}],"id":"803876c0-cfaf-4c32-ac86-c2ba78129872","_postman_id":"803876c0-cfaf-4c32-ac86-c2ba78129872","description":""},{"name":"Subscription","item":[{"name":"subscribe","id":"db02d4ae-da3b-4e82-824c-9a9fec2a9594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subscriberUserId\": \"cad763a1-f232-4d90-9767-5ece75740460\",\r\n    \"targetUserId\": \"6c0c8efe-fc5c-4b50-9e08-6db142a1aaed\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://crispygatewayservice.azurewebsites.net/api/subscription/subscribe","urlObject":{"path":["subscribe"],"host":["https://crispygatewayservice.azurewebsites.net/api/subscription"],"query":[],"variable":[]}},"response":[],"_postman_id":"db02d4ae-da3b-4e82-824c-9a9fec2a9594"},{"name":"Unsubscribe","id":"22b647c2-523b-437f-8895-7e7775eebf6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/subscription/unsubscribe/4523ebc8-34c2-487f-7709-08dc69f87c2e","urlObject":{"path":["unsubscribe","4523ebc8-34c2-487f-7709-08dc69f87c2e"],"host":["https://crispygatewayservice.azurewebsites.net/api/subscription"],"query":[],"variable":[]}},"response":[],"_postman_id":"22b647c2-523b-437f-8895-7e7775eebf6f"},{"name":"Get all subscriptions","id":"de57b2bb-1f2e-41cc-b018-fd1ca098ced8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://crispygatewayservice.azurewebsites.net/api/subscription/subscriptions","urlObject":{"path":["subscriptions"],"host":["https://crispygatewayservice.azurewebsites.net/api/subscription"],"query":[],"variable":[]}},"response":[],"_postman_id":"de57b2bb-1f2e-41cc-b018-fd1ca098ced8"}],"id":"d99a997b-493d-46c5-8618-24277093f8a8","_postman_id":"d99a997b-493d-46c5-8618-24277093f8a8","description":""}],"event":[{"listen":"prerequest","script":{"id":"6d4317c8-3d32-42f8-b6a9-9ec6fc69e467","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"da035bc8-a06c-40df-b7aa-627c283d482d","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://crispygatewayservice.azurewebsites.net/api/"},{"key":"JWT","value":"","type":"string"}]}