{"info":{"_postman_id":"16277941-7dfa-466d-b6d6-d80f0122b894","name":"College Finance API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"43659910","collectionId":"16277941-7dfa-466d-b6d6-d80f0122b894","publishedId":"2sBXionVw5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-04T03:52:15.000Z"},"item":[{"name":"Register Admin","id":"71636bcb-0d05-43bb-a825-07c6ef76469d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"admin@college.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-render-url.onrender.com/api/auth/register","urlObject":{"protocol":"https","path":["api","auth","register"],"host":["your-render-url","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"71636bcb-0d05-43bb-a825-07c6ef76469d"},{"name":"Register Student","id":"a877ad60-7754-454e-a1c2-32f9b7f8e2bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John Student\",\r\n  \"email\": \"john@college.com\",\r\n  \"password\": \"123456\",\r\n  \"role\": \"student\",\r\n  \"studentId\": \"STU001\",\r\n  \"department\": \"Computer Science\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://college-finance-system-ucxd.onrender.com/api/auth/register","urlObject":{"protocol":"https","path":["api","auth","register"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a877ad60-7754-454e-a1c2-32f9b7f8e2bb"},{"name":"Register Accountant","id":"bef94e23-b35b-4b25-9373-0f8dc914f39c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Jane Accountant\",\r\n  \"email\": \"jane@college.com\",\r\n  \"password\": \"123456\",\r\n  \"role\": \"accountant\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://college-finance-system-ucxd.onrender.com/api/auth/register","urlObject":{"protocol":"https","path":["api","auth","register"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bef94e23-b35b-4b25-9373-0f8dc914f39c"},{"name":"Login","id":"34eb0bde-3954-4275-92b6-0f332459f868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"admin@college.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://college-finance-system-ucxd.onrender.com/api/auth/login","urlObject":{"protocol":"https","path":["api","auth","login"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"34eb0bde-3954-4275-92b6-0f332459f868"},{"name":"Get All Users","id":"be81e896-4f54-4c8e-b83e-95390c74d613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://college-finance-system-ucxd.onrender.com/api/users","urlObject":{"protocol":"https","path":["api","users"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"be81e896-4f54-4c8e-b83e-95390c74d613"},{"name":"Get User By ID","id":"51a28c98-b62b-435b-84eb-55b7b8cda324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://college-finance-system-ucxd.onrender.com/api/users/paste-real-id-here","urlObject":{"protocol":"https","path":["api","users","paste-real-id-here"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"51a28c98-b62b-435b-84eb-55b7b8cda324"},{"name":"Update User","id":"ebccfb02-e49f-4f20-8a35-e6b82590c7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John Updated\",\r\n  \"department\": \"Mechanical Engineering\",\r\n  \"isActive\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://college-finance-system-ucxd.onrender.com/api/users/paste-real-id-here","urlObject":{"protocol":"https","path":["api","users","paste-real-id-here"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebccfb02-e49f-4f20-8a35-e6b82590c7a5"},{"name":"Deactivate User","id":"8f4e6441-c5ff-4040-ba54-c2935a6d0025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://college-finance-system-ucxd.onrender.com/api/users/paste-real-id-here","urlObject":{"protocol":"https","path":["api","users","paste-real-id-here"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f4e6441-c5ff-4040-ba54-c2935a6d0025"},{"name":"Get Transactions With Filter","id":"ca895bf3-2898-4610-869d-42aa6cf0de7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"ca895bf3-2898-4610-869d-42aa6cf0de7c"},{"name":"Get All Transactions","id":"fdf49e3a-c289-47a5-b641-45328ce46fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://college-finance-system-ucxd.onrender.com/api/transactions","urlObject":{"protocol":"https","path":["api","transactions"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdf49e3a-c289-47a5-b641-45328ce46fc2"},{"name":"Get Transaction By ID","id":"b1b92628-9253-4453-8b09-ce1d772d250a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://college-finance-system-ucxd.onrender.com/api/transactions/paste-real-id-here","urlObject":{"protocol":"https","path":["api","transactions","paste-real-id-here"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1b92628-9253-4453-8b09-ce1d772d250a"},{"name":"Create Transaction","id":"5c2e687d-8eb8-45b7-bb87-665a788b2684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Tuition Fee - John\",\r\n  \"amount\": 50000,\r\n  \"type\": \"income\",\r\n  \"category\": \"tuition_fee\",\r\n  \"notes\": \"Semester 1 fee payment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://college-finance-system-ucxd.onrender.com/api/transactions","urlObject":{"protocol":"https","path":["api","transactions"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c2e687d-8eb8-45b7-bb87-665a788b2684"},{"name":"Create Expense Transaction","id":"831c58ee-9a2c-4aa7-a4cd-a35d79b3b468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Staff Salary - April\",\r\n  \"amount\": 35000,\r\n  \"type\": \"expense\",\r\n  \"category\": \"salary\",\r\n  \"notes\": \"Monthly salary for April 2026\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://college-finance-system-ucxd.onrender.com/api/transactions","urlObject":{"protocol":"https","path":["api","transactions"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"831c58ee-9a2c-4aa7-a4cd-a35d79b3b468"},{"name":"Update Transaction","id":"65e6fe26-81d1-4430-ad7b-c524008dff81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Tuition Fee Updated\",\r\n  \"amount\": 55000,\r\n  \"notes\": \"Updated to include late fee\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://college-finance-system-ucxd.onrender.com/api/transactions/paste-real-id-here","urlObject":{"protocol":"https","path":["api","transactions","paste-real-id-here"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"65e6fe26-81d1-4430-ad7b-c524008dff81"},{"name":"Delete Transaction","id":"19c517c2-7a5b-424f-8740-3bef5192469f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://college-finance-system-ucxd.onrender.com/api/transactions/paste-real-id-here","urlObject":{"protocol":"https","path":["api","transactions","paste-real-id-here"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"19c517c2-7a5b-424f-8740-3bef5192469f"},{"name":"Dashboard Summary","id":"c04459a3-6cbf-4cf1-ab59-bb3c51d49b01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://college-finance-system-ucxd.onrender.com/api/dashboard/summary","urlObject":{"protocol":"https","path":["api","dashboard","summary"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c04459a3-6cbf-4cf1-ab59-bb3c51d49b01"},{"name":"Dashboard Categories","id":"30d6fc3e-330c-4574-95ea-443a3a3d6363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"30d6fc3e-330c-4574-95ea-443a3a3d6363"},{"name":"Dashboard Monthly Trends","id":"90f82a3f-e947-485c-b08c-f8d7def00bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"90f82a3f-e947-485c-b08c-f8d7def00bdd"},{"name":"Dashboard Recent Activity","id":"867cacfb-9eeb-4a19-b81d-ce4f5d62151d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://college-finance-system-ucxd.onrender.com/api/dashboard/recent","urlObject":{"protocol":"https","path":["api","dashboard","recent"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"867cacfb-9eeb-4a19-b81d-ce4f5d62151d"},{"name":"Student Personal Summary","id":"4a18458b-6184-436a-bb40-282b9d9331ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://college-finance-system-ucxd.onrender.com/api/dashboard/my-summary","urlObject":{"protocol":"https","path":["api","dashboard","my-summary"],"host":["college-finance-system-ucxd","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a18458b-6184-436a-bb40-282b9d9331ad"}]}