{"info":{"_postman_id":"3eaf282e-5f3d-4b54-b540-ac8720940801","name":"Blog API","description":"<html><head></head><body><p>A Blog API using express and mongoose</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24875086","collectionId":"3eaf282e-5f3d-4b54-b540-ac8720940801","publishedId":"2sA2rAzhtj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-22T11:46:01.000Z"},"item":[{"name":"Health check for API","id":"19c35d80-b399-436f-9c43-9a51a868ad61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://fantastic-tan-handbag.cyclic.app/","description":"<p>To check the api's Health We will fire a get request at url : <a href=\"https://fantastic-tan-handbag.cyclic.app/\">https://fantastic-tan-handbag.cyclic.app/</a></p>\n","urlObject":{"protocol":"https","path":[""],"host":["fantastic-tan-handbag","cyclic","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"19c35d80-b399-436f-9c43-9a51a868ad61"},{"name":"Register Page","id":"9bf8e79a-5998-48b6-a804-5f7bcef772d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"bhaskar\",\n    \"password\":\"password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fantastic-tan-handbag.cyclic.app/api/auth/register","description":"<p>Register Yourself by providing username and password</p>\n","urlObject":{"protocol":"https","path":["api","auth","register"],"host":["fantastic-tan-handbag","cyclic","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bf8e79a-5998-48b6-a804-5f7bcef772d0"},{"name":"Login Page","id":"6ffedac1-d797-41dd-be3c-9fa4746cf7ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"bhaskar\",\n    \"password\":\"password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fantastic-tan-handbag.cyclic.app/api/auth/login","description":"<p>Now do the login with username and password you registered with. Here you will get a token which we will use to access other protected Routes</p>\n","urlObject":{"protocol":"https","path":["api","auth","login"],"host":["fantastic-tan-handbag","cyclic","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ffedac1-d797-41dd-be3c-9fa4746cf7ec"},{"name":"Get All blog","id":"2f2065c0-8cba-4648-ad8c-093d3bc3a44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NWQ3MmRjMDhiYzdjYWUxMDhiZTM5ZDMiLCJpYXQiOjE3MDg2MDA4OTksImV4cCI6MTcwODYwNDQ5OX0.zpELgmz8P_dG-1WjZJVwWoIpwmufDX4x9WMbjnStwEI","type":"text"}],"url":"https://fantastic-tan-handbag.cyclic.app/api/blog","description":"<p>You need to pass the token as Header in Authorization field to get the access to get all blog route </p>\n","urlObject":{"protocol":"https","path":["api","blog"],"host":["fantastic-tan-handbag","cyclic","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f2065c0-8cba-4648-ad8c-093d3bc3a44d"},{"name":"Find Specific Blog Using title as params","id":"8671f411-bc46-4c51-8e1b-af57e3f458f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NWQ3MmRjMDhiYzdjYWUxMDhiZTM5ZDMiLCJpYXQiOjE3MDg2MDA4OTksImV4cCI6MTcwODYwNDQ5OX0.zpELgmz8P_dG-1WjZJVwWoIpwmufDX4x9WMbjnStwEI","type":"text"}],"url":"https://fantastic-tan-handbag.cyclic.app/api/blog/title -1  ","description":"<p>this is also a protected route to you will need to pass the token here to access the rotes</p>\n","urlObject":{"protocol":"https","path":["api","blog","title -1  "],"host":["fantastic-tan-handbag","cyclic","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"8671f411-bc46-4c51-8e1b-af57e3f458f8"},{"name":"Create a new Blog","id":"f7b3a580-bccb-4075-ba18-5232efec2e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NWQ3MmRjMDhiYzdjYWUxMDhiZTM5ZDMiLCJpYXQiOjE3MDg2MDA4OTksImV4cCI6MTcwODYwNDQ5OX0.zpELgmz8P_dG-1WjZJVwWoIpwmufDX4x9WMbjnStwEI","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\":\"enter title for the blog\",\n    \"description\":\"enter the description for blog\"\n}","options":{"raw":{"language":"json"}}},"url":"https://fantastic-tan-handbag.cyclic.app/api/blog","description":"<p>pass the token as previous step in header\nand in body you need to pass the \n{\n    \"title\":\"title for the blog\",\n    description\":\"description for the blog\"\n}</p>\n","urlObject":{"protocol":"https","path":["api","blog"],"host":["fantastic-tan-handbag","cyclic","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7b3a580-bccb-4075-ba18-5232efec2e90"},{"name":"Update a Blog using id as params","id":"c68a53bf-f9d4-4ba3-907b-5ca02411b79d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NWQ3MmRjMDhiYzdjYWUxMDhiZTM5ZDMiLCJpYXQiOjE3MDg2MDA4OTksImV4cCI6MTcwODYwNDQ5OX0.zpELgmz8P_dG-1WjZJVwWoIpwmufDX4x9WMbjnStwEI","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\":\"updated title abc\",\n    \"description\":\"updated description for title abc\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://fantastic-tan-handbag.cyclic.app/api/blog/65d1df2223ab233598e985f3","description":"<p><a href=\"https://fantastic-tan-handbag.cyclic.app/api/blog/65d1df2223ab233598e985f3\">https://fantastic-tan-handbag.cyclic.app/api/blog/65d1df2223ab233598e985f3</a>\nhere 65d1df2223ab233598e985f3, this is Id we passing as a params</p>\n","urlObject":{"protocol":"https","path":["api","blog","65d1df2223ab233598e985f3"],"host":["fantastic-tan-handbag","cyclic","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"c68a53bf-f9d4-4ba3-907b-5ca02411b79d"},{"name":"Delete a blog Using a id as a param","id":"c61914df-812a-419a-a94f-08a47896357b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NWQ3MmRjMDhiYzdjYWUxMDhiZTM5ZDMiLCJpYXQiOjE3MDg2MDA4OTksImV4cCI6MTcwODYwNDQ5OX0.zpELgmz8P_dG-1WjZJVwWoIpwmufDX4x9WMbjnStwEI","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://fantastic-tan-handbag.cyclic.app/api/blog/65d1df2223ab233598e985f3","urlObject":{"protocol":"https","path":["api","blog","65d1df2223ab233598e985f3"],"host":["fantastic-tan-handbag","cyclic","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"c61914df-812a-419a-a94f-08a47896357b"}]}