{"info":{"_postman_id":"e07e6a3d-d463-4878-9055-9b0153f92751","name":"Notes API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"51152292","collectionId":"e07e6a3d-d463-4878-9055-9b0153f92751","publishedId":"2sBXqNmJEr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-09T10:55:51.000Z"},"item":[{"name":"Auth","item":[{"name":"Register User","id":"efe89a2b-648a-4583-b1c2-b9c0cd4e6683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"1234\",\r\n    \"conformPassword\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register","urlObject":{"protocol":"http","port":"5000","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"efe89a2b-648a-4583-b1c2-b9c0cd4e6683"},{"name":"Login User","id":"78a56ee5-1961-4dd9-aa38-25503e356e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login","urlObject":{"protocol":"http","port":"5000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"78a56ee5-1961-4dd9-aa38-25503e356e8f"}],"id":"94ab2be6-50a1-445a-9001-528760bacc67","_postman_id":"94ab2be6-50a1-445a-9001-528760bacc67","description":""},{"name":"Notes","item":[{"name":"Create Note","id":"03e95358-8d54-4235-af58-7fd6da0317b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{vault:json-web-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"MyNote\",\r\n    \"content\": \"This is my First Note\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notes","urlObject":{"protocol":"http","port":"5000","path":["api","notes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"03e95358-8d54-4235-af58-7fd6da0317b5"},{"name":"Get All Notes","id":"eb82e93d-18bb-4fac-ad93-84f750e73970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{vault:json-web-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"MyNote\",\r\n    \"content\": \"This is my First Note\"\r\n}"},"url":"http://localhost:5000/api/notes","urlObject":{"protocol":"http","port":"5000","path":["api","notes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb82e93d-18bb-4fac-ad93-84f750e73970"},{"name":"Get single note by ID","id":"5b0c4792-9e98-44dd-8ba1-9cdf059a81d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/notes/69ff0d7524b7ee3cced98a5e","urlObject":{"protocol":"http","port":"5000","path":["api","notes","69ff0d7524b7ee3cced98a5e"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b0c4792-9e98-44dd-8ba1-9cdf059a81d3"},{"name":"Update Note","id":"7acd17c6-d5de-44f9-ab74-358e5d495b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{vault:json-web-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"MyNote\",\r\n    \"content\": \"This is my First Note\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notes/69fdf62316d5e03331f70405","urlObject":{"protocol":"http","port":"5000","path":["api","notes","69fdf62316d5e03331f70405"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7acd17c6-d5de-44f9-ab74-358e5d495b03"},{"name":"Delete Note","id":"f55b853f-7e32-4324-b9d9-24908cab7892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{vault:json-web-token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:5000/api/notes/69fdf62316d5e03331f70405","urlObject":{"protocol":"http","port":"5000","path":["api","notes","69fdf62316d5e03331f70405"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f55b853f-7e32-4324-b9d9-24908cab7892"}],"id":"ce849b04-7a7c-4098-8c69-adc0cfd51a44","_postman_id":"ce849b04-7a7c-4098-8c69-adc0cfd51a44","description":""}]}