{"info":{"_postman_id":"e9029a1c-56a9-41b2-9680-6daef0f42d8b","name":"finance-dashboard-system","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23177151","collectionId":"e9029a1c-56a9-41b2-9680-6daef0f42d8b","publishedId":"2sBXiqDU7E","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-04T15:32:15.000Z"},"item":[{"name":"auth","item":[{"name":"signup","id":"cd5d9037-ff13-4d62-a353-8f28e73dc1ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Vishal Chaudhary\",\n  \"email\": \"vishal@test.com\",\n  \"password\": \"Vishal@1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/signup","urlObject":{"path":["auth","signup"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd5d9037-ff13-4d62-a353-8f28e73dc1ba"},{"name":"signin","id":"5c1b57a7-c8e6-4448-9acb-06cf014e5f70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"admin@finance.com\",\n  \"password\": \"Admin@1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/signin","urlObject":{"path":["auth","signin"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c1b57a7-c8e6-4448-9acb-06cf014e5f70"},{"name":"signout","id":"0530ef1b-1334-4896-acee-a9fcc5db0a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/v1/auth/signout","urlObject":{"path":["auth","signout"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0530ef1b-1334-4896-acee-a9fcc5db0a5f"}],"id":"467bcaed-ea92-4d3a-a2fd-a92c33a7ef8d","_postman_id":"467bcaed-ea92-4d3a-a2fd-a92c33a7ef8d","description":""},{"name":"users","item":[{"name":"Get All Users","id":"0fcc781c-432a-4a9e-b7a1-62668c2c64bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users","urlObject":{"path":["users"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fcc781c-432a-4a9e-b7a1-62668c2c64bc"},{"name":"Get User By Id","id":"ebd5966a-dd20-4708-8d9d-6df4202320ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/cmnj1t4up00009cw8vu3rmiaj","urlObject":{"path":["users","cmnj1t4up00009cw8vu3rmiaj"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebd5966a-dd20-4708-8d9d-6df4202320ac"},{"name":"Create User","id":"18a9a00c-8525-4f5e-b64a-11fa82aceae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sonu\",\n  \"email\": \"sonu@example.com\",\n  \"password\": \"Sonu@1234\",\n  \"role\": \"VIEWER\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users","urlObject":{"path":["users"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"18a9a00c-8525-4f5e-b64a-11fa82aceae3"},{"name":"Update User (Role or Status or both)","id":"705372cb-f429-4acc-94ff-bfceeae852fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"role\": \"ANALYST\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/cmnj1t4up00009cw8vu3rmiaj","urlObject":{"path":["users","cmnj1t4up00009cw8vu3rmiaj"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"705372cb-f429-4acc-94ff-bfceeae852fd"}],"id":"5e346ab3-5ceb-47eb-865a-a68b626e55c2","_postman_id":"5e346ab3-5ceb-47eb-865a-a68b626e55c2","description":""},{"name":"records","item":[{"name":"Fetch All Records","id":"523b62ef-8665-4150-9ea3-68f64c5b332e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/records?page=1&limit=10","urlObject":{"path":["records"],"host":["http://localhost:5000/api/v1"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"disabled":true,"key":"type","value":"INCOME"},{"disabled":true,"key":"category","value":"Shop"},{"disabled":true,"key":"startDate","value":"2026-01-01T00:00:00.000Z"},{"disabled":true,"key":"endDate","value":"2026-12-31T00:00:00.000Z"}],"variable":[]}},"response":[],"_postman_id":"523b62ef-8665-4150-9ea3-68f64c5b332e"},{"name":"Fetch Single Record","id":"bcd40f8e-18dc-4943-88b6-4f6587552f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/records/cmnk7r3ur0002ggw8e9q1gfag","urlObject":{"path":["records","cmnk7r3ur0002ggw8e9q1gfag"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcd40f8e-18dc-4943-88b6-4f6587552f4b"},{"name":"Add New Record","id":"88e60342-5a1a-46a7-b183-3df0243e8f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"amount\": 1099,\n  \"type\": \"EXPENSE\",\n  \"category\": \"Shop\",\n  \"date\": \"2026-04-04T00:00:00.000Z\",\n  \"notes\": \"Monthly shopping\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/records","urlObject":{"path":["records"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"88e60342-5a1a-46a7-b183-3df0243e8f2b"},{"name":"Update Record","id":"ef3cbc7b-f785-4290-9ba9-f03593f4d294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"amount\": 1199\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/records/cmnk7r3ur0002ggw8e9q1gfag","urlObject":{"path":["records","cmnk7r3ur0002ggw8e9q1gfag"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef3cbc7b-f785-4290-9ba9-f03593f4d294"},{"name":"Delete Record","id":"7c257696-c88f-4a05-a7e6-5ae7dc12fe00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/records/cmnk7r3ur0002ggw8e9q1gfag","urlObject":{"path":["records","cmnk7r3ur0002ggw8e9q1gfag"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c257696-c88f-4a05-a7e6-5ae7dc12fe00"}],"id":"4d962832-fe0b-42e5-8847-49e177335f06","_postman_id":"4d962832-fe0b-42e5-8847-49e177335f06","description":""},{"name":"dashboard","item":[{"name":"Fetch Dashboard Data","id":"7e948c79-8529-4822-b7d3-d3a4e8b27c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard?year=2026","urlObject":{"path":["dashboard"],"host":["http://localhost:5000/api/v1"],"query":[{"key":"year","value":"2026"}],"variable":[]}},"response":[],"_postman_id":"7e948c79-8529-4822-b7d3-d3a4e8b27c08"},{"name":"Fetch Summary","id":"809d3ede-18fa-4a53-901c-a7373a7343e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard/summary","urlObject":{"path":["dashboard","summary"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"809d3ede-18fa-4a53-901c-a7373a7343e4"},{"name":"Fetch Category Totals","id":"40d31743-6b5a-41c5-87d4-65bf8806b1c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard/category-totals","urlObject":{"path":["dashboard","category-totals"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"40d31743-6b5a-41c5-87d4-65bf8806b1c8"},{"name":"Fetch Recent Activity","id":"828aa390-53ba-4a52-81e8-cefc60f01ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard/recent-activity?limit=10","urlObject":{"path":["dashboard","recent-activity"],"host":["http://localhost:5000/api/v1"],"query":[{"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"828aa390-53ba-4a52-81e8-cefc60f01ff1"},{"name":"Fetch Monthly Trends","id":"23c56da2-80fe-4e37-827c-e37a1f5ae0eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard/monthly-trends?year=2026","urlObject":{"path":["dashboard","monthly-trends"],"host":["http://localhost:5000/api/v1"],"query":[{"key":"year","value":"2026"}],"variable":[]}},"response":[],"_postman_id":"23c56da2-80fe-4e37-827c-e37a1f5ae0eb"},{"name":"Fetch Weekly Trends","id":"e399b5ff-7d89-4b9d-9fe9-f31baffdfdda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard/weekly-trends","urlObject":{"path":["dashboard","weekly-trends"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e399b5ff-7d89-4b9d-9fe9-f31baffdfdda"}],"id":"4a35ed5c-a4c3-405c-a391-fd1ea08e42da","_postman_id":"4a35ed5c-a4c3-405c-a391-fd1ea08e42da","description":""},{"name":"Health","id":"b6053dac-c723-48df-b0a1-df06a382e7be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/health","urlObject":{"path":["health"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6053dac-c723-48df-b0a1-df06a382e7be"}],"variable":[{"key":"baseUrl","value":"http://localhost:5000/api/v1"},{"key":"userId","value":"cmnj1t4up00009cw8vu3rmiaj"},{"key":"recordId","value":"cmnk7r3ur0002ggw8e9q1gfag"}]}