{"info":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50840833","collectionId":"bc376d13-c126-464a-933f-50d938a1ec6a","publishedId":"2sBXqKofgz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-03T06:42:26.000Z"},"item":[{"name":"Health","item":[{"name":"Health Check","id":"44d25b85-7b91-4afe-9160-4982a75a74ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://flowledger-backend-2yxh.onrender.com/api/health","description":"<p>Check if the API is running</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","health"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"44d25b85-7b91-4afe-9160-4982a75a74ec"}],"id":"1cace391-726b-40ef-bb82-d5c1662ad1e6","_postman_id":"1cace391-726b-40ef-bb82-d5c1662ad1e6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}}},{"name":"Auth","item":[{"name":"Signup","id":"9fbfcd64-8c23-4892-a48c-5d0e4556b756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"password\": \"password123\",\n  \"name\": \"User Name\"\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/auth/signup","description":"<p>Register a new user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","auth","signup"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fbfcd64-8c23-4892-a48c-5d0e4556b756"},{"name":"Login","id":"47d10215-510e-41bc-a51b-c65a8a3b58a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"user@example.com\",\n  \"password\": \"password123\"\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/auth/login","description":"<p>Login and get authentication token</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","auth","login"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"47d10215-510e-41bc-a51b-c65a8a3b58a4"}],"id":"68155c23-f955-42b7-a018-b5a76ba0c04c","_postman_id":"68155c23-f955-42b7-a018-b5a76ba0c04c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}}},{"name":"Invoices","item":[{"name":"Get Invoice Summary","id":"6086dd4c-96f3-43fa-99fd-ff68d94c9fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/invoices/summary","description":"<p>Get summary of all invoices</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","invoices","summary"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6086dd4c-96f3-43fa-99fd-ff68d94c9fcf"},{"name":"Get All Invoices","id":"041ae114-c2ce-40ef-ac27-d1f8ebdd66b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/invoices","description":"<p>Get all invoices for the authenticated user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","invoices"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"041ae114-c2ce-40ef-ac27-d1f8ebdd66b8"},{"name":"Create Invoice","id":"a3de064c-b4a5-48ec-b25f-fb4be72b9783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"client_id\",\n  \"amount\": 1000,\n  \"description\": \"Invoice description\",\n  \"dueDate\": \"2026-06-03\",\n  \"status\": \"pending\"\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/invoices","description":"<p>Create a new invoice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","invoices"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3de064c-b4a5-48ec-b25f-fb4be72b9783"},{"name":"Get Invoice by ID","id":"be53afcd-0548-496a-872d-505a74d586ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/invoices/:id","description":"<p>Get a specific invoice by ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","invoices",":id"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"be53afcd-0548-496a-872d-505a74d586ea"},{"name":"Update Invoice","id":"efcc51ff-c621-48e8-9a97-b66994455bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 1200,\n  \"description\": \"Updated invoice description\",\n  \"dueDate\": \"2026-06-10\"\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/invoices/:id","description":"<p>Update an existing invoice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","invoices",":id"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"efcc51ff-c621-48e8-9a97-b66994455bee"},{"name":"Delete Invoice","id":"2784b8eb-7d43-4df2-99bc-5628736824fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/invoices/:id","description":"<p>Delete an invoice</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","invoices",":id"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"2784b8eb-7d43-4df2-99bc-5628736824fe"},{"name":"Mark Invoice as Paid","id":"8b2b44b7-d423-4df2-90ab-9d091a9d3d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/invoices/:id/mark-paid","description":"<p>Mark an invoice as paid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","invoices",":id","mark-paid"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"8b2b44b7-d423-4df2-90ab-9d091a9d3d03"}],"id":"7dbd6496-f96f-4b63-948a-f7d152128ad4","_postman_id":"7dbd6496-f96f-4b63-948a-f7d152128ad4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}}},{"name":"Cashflow","item":[{"name":"Get Cashflow Summary","id":"c2d93b14-2491-457a-8b69-ebdf1826715d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/cashflow/summary","description":"<p>Get cash flow summary</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","cashflow","summary"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2d93b14-2491-457a-8b69-ebdf1826715d"},{"name":"Get Monthly Breakdown","id":"a8eb2491-f0e0-46f9-8e7c-a245f6f9a26c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/cashflow/monthly","description":"<p>Get monthly cash flow breakdown</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","cashflow","monthly"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8eb2491-f0e0-46f9-8e7c-a245f6f9a26c"},{"name":"Get All Transactions","id":"5d724b35-3e75-4305-9280-83626204d9e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/cashflow/transactions","description":"<p>Get all cash flow transactions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","cashflow","transactions"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d724b35-3e75-4305-9280-83626204d9e5"},{"name":"Create Transaction","id":"7c1f6d02-0841-4daa-8874-fe11436e4527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"income\",\n  \"amount\": 5000,\n  \"description\": \"Transaction description\",\n  \"date\": \"2026-05-03\"\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/cashflow/transactions","description":"<p>Create a new cash flow transaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","cashflow","transactions"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c1f6d02-0841-4daa-8874-fe11436e4527"},{"name":"Delete Transaction","id":"f44bd451-2000-4ea5-970a-e6affb664f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/cashflow/transactions/:id","description":"<p>Delete a cash flow transaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","cashflow","transactions",":id"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"f44bd451-2000-4ea5-970a-e6affb664f3d"},{"name":"Update Threshold","id":"c40a026c-05ff-4f19-87cf-8d4a6d5004ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"threshold\": 10000\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/cashflow/threshold","description":"<p>Update cash flow threshold</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","cashflow","threshold"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c40a026c-05ff-4f19-87cf-8d4a6d5004ae"}],"id":"8161284f-a217-4419-ae78-80f8f3a59fd4","_postman_id":"8161284f-a217-4419-ae78-80f8f3a59fd4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}}},{"name":"Recurring Transactions","item":[{"name":"Get All Recurring Transactions","id":"72cc23fe-f58d-437a-8abb-da3265fabb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/recurring","description":"<p>Get all recurring transactions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","recurring"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"72cc23fe-f58d-437a-8abb-da3265fabb66"},{"name":"Create Recurring Transaction","id":"b673a9af-c8ad-48e2-8224-f03037e80880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"Monthly subscription\",\n  \"amount\": 500,\n  \"frequency\": \"monthly\",\n  \"startDate\": \"2026-05-03\",\n  \"endDate\": \"2027-05-03\"\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/recurring","description":"<p>Create a new recurring transaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","recurring"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b673a9af-c8ad-48e2-8224-f03037e80880"},{"name":"Update Recurring Transaction","id":"c81eb8da-e201-486a-b45d-231f8ec884b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 600\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/recurring/:id","description":"<p>Update a recurring transaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","recurring",":id"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"c81eb8da-e201-486a-b45d-231f8ec884b8"},{"name":"Delete Recurring Transaction","id":"c7439c60-e96f-4e0b-9d5a-9dfcdcc06131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/recurring/:id","description":"<p>Delete a recurring transaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","recurring",":id"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"c7439c60-e96f-4e0b-9d5a-9dfcdcc06131"},{"name":"Toggle Recurring Transaction","id":"e1397d70-8648-47ba-b8a2-0ec36056b0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/recurring/:id/toggle","description":"<p>Toggle a recurring transaction active/inactive</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","recurring",":id","toggle"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"e1397d70-8648-47ba-b8a2-0ec36056b0fc"},{"name":"Process Recurring Transactions","id":"c1dee1d0-d698-49b1-a53a-3d6eaedac8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/recurring/process","description":"<p>Process all recurring transactions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","recurring","process"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1dee1d0-d698-49b1-a53a-3d6eaedac8ca"}],"id":"16aba6f4-eb7d-4f20-8eee-4973c8d05282","_postman_id":"16aba6f4-eb7d-4f20-8eee-4973c8d05282","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}}},{"name":"Insights","item":[{"name":"Get Insights","id":"608e44ea-66c5-412e-806e-c5c5c0c5ab81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/insights","description":"<p>Get business insights and analytics</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","insights"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"608e44ea-66c5-412e-806e-c5c5c0c5ab81"}],"id":"14eefcb1-1201-433b-8349-f43ac2fa07c0","_postman_id":"14eefcb1-1201-433b-8349-f43ac2fa07c0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}}},{"name":"Clients","item":[{"name":"Get All Clients","id":"ce732a62-848f-4236-b351-1dfc089d0e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/clients","description":"<p>Get all clients</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce732a62-848f-4236-b351-1dfc089d0e99"},{"name":"Create Client","id":"0b2d32f8-1a23-4460-b3e8-d785736fdf64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Client Name\",\n  \"email\": \"client@example.com\",\n  \"phone\": \"1234567890\",\n  \"address\": \"123 Main St\"\n}"},"url":"https://flowledger-backend-2yxh.onrender.com/api/clients","description":"<p>Create a new client</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b2d32f8-1a23-4460-b3e8-d785736fdf64"},{"name":"Delete Client","id":"884d8bb4-34fc-4417-878f-edfc47065c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://flowledger-backend-2yxh.onrender.com/api/clients/:id","description":"<p>Delete a client</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}},"urlObject":{"protocol":"https","path":["api","clients",":id"],"host":["flowledger-backend-2yxh","onrender","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"884d8bb4-34fc-4417-878f-edfc47065c6c"}],"id":"5d0499ed-457c-4e5d-add3-a3add5f238b7","_postman_id":"5d0499ed-457c-4e5d-add3-a3add5f238b7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"bc376d13-c126-464a-933f-50d938a1ec6a","id":"bc376d13-c126-464a-933f-50d938a1ec6a","name":"Flow Ledger","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"3c3cebdf-8aa0-4566-82cc-2863dae8b428","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"d2e38b9c-7b07-4e82-9b0b-e114600955a9","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}