{"info":{"_postman_id":"f60ce332-501f-4669-8d01-64db41c4c246","name":"finance-data","description":"<html><head></head><body><p>Finance Dashboard Backend APIs including authentication (JWT), user management, financial records CRUD, filtering, and dashboard analytics with role-based access control.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"46277604","collectionId":"f60ce332-501f-4669-8d01-64db41c4c246","publishedId":"2sBXirhTU1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-07T11:32:46.000Z"},"item":[{"name":"Users","item":[{"name":"create user","id":"7e202546-4320-47a4-9910-7cb5ff38c9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Aman\",\r\n    \"email\": \"aman@gmail.com\",\r\n    \"password\": \"aman123\",\r\n    \"role\": \"ANALYST\",\r\n    \"status\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8082/users/create","urlObject":{"port":"8082","path":["users","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e202546-4320-47a4-9910-7cb5ff38c9a0"},{"name":"login","id":"ad1b5d50-9eba-4410-8f10-a5bea4ed4122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"gaurav591@gmail.com\",\r\n    \"password\": \"gaurav123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8082/users/login","urlObject":{"port":"8082","path":["users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad1b5d50-9eba-4410-8f10-a5bea4ed4122"},{"name":"list","id":"57b7378f-cda6-406e-826d-8785d9319f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8082/users/list","urlObject":{"port":"8082","path":["users","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"57b7378f-cda6-406e-826d-8785d9319f93"}],"id":"814b5659-40c1-4e40-9912-31c63457c7c2","description":"<p>Create a new user with a specific role (ADMIN, ANALYST, VIEWER).</p>\n<p>Retrieve a list of all users in the system (Admin access only).</p>\n","_postman_id":"814b5659-40c1-4e40-9912-31c63457c7c2"},{"name":"Records","item":[{"name":"add","id":"62899f76-a5b6-4bf3-926d-fa28948bbf43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\" : \"2000\",\r\n    \"type\": \"EXPENSE\",\r\n    \"category\": \"Gambling\",\r\n    \"description\": \"Free withdrawl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8082/records/add","urlObject":{"port":"8082","path":["records","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"62899f76-a5b6-4bf3-926d-fa28948bbf43"},{"name":"allRecords","id":"d3028bea-4be0-4008-bc25-d39f14f884c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8082/records/all","urlObject":{"port":"8082","path":["records","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3028bea-4be0-4008-bc25-d39f14f884c0"},{"name":"update","id":"64278aa7-ade9-457e-a385-4723293247ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\" : \"200\",\r\n    \"type\": \"EXPENSE\",\r\n    \"category\": \"Repairing\",\r\n    \"description\": \"Work Successfull\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8082/records/5","urlObject":{"port":"8082","path":["records","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"64278aa7-ade9-457e-a385-4723293247ea"},{"name":"delete","id":"55688142-f5c4-40d2-a4e4-19f6611e31f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:8082/record/1","urlObject":{"port":"8082","path":["record","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"55688142-f5c4-40d2-a4e4-19f6611e31f5"},{"name":"filter","id":"f0fcb7c3-4d32-4971-a900-b2dbf9d94b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8082/records/filter","urlObject":{"port":"8082","path":["records","filter"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0fcb7c3-4d32-4971-a900-b2dbf9d94b87"}],"id":"51e701b2-3753-4d53-93a2-22fb15b771d6","_postman_id":"51e701b2-3753-4d53-93a2-22fb15b771d6","description":""},{"name":"Dashboard","item":[{"name":"summary","id":"2ba6c9b9-236f-4ff9-bf76-ef08526eec8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8082/dashboard/summary","urlObject":{"port":"8082","path":["dashboard","summary"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ba6c9b9-236f-4ff9-bf76-ef08526eec8e"},{"name":"category","id":"776d95c4-d2af-4554-98e7-364715b647ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8082/dashboard/category","urlObject":{"port":"8082","path":["dashboard","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"776d95c4-d2af-4554-98e7-364715b647ac"},{"name":"trends","id":"0466ba08-1324-434a-bb03-fb27197c0856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8082/dashboard/trends","urlObject":{"port":"8082","path":["dashboard","trends"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0466ba08-1324-434a-bb03-fb27197c0856"}],"id":"e3328fc5-3b27-4689-9faf-25e9e04e3a2a","_postman_id":"e3328fc5-3b27-4689-9faf-25e9e04e3a2a","description":""}]}