{"info":{"_postman_id":"ea9744f4-bf8b-4b76-8be8-d7ef0949eed7","name":"Freelanceflow APIs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"28730642","collectionId":"ea9744f4-bf8b-4b76-8be8-d7ef0949eed7","publishedId":"2sBXijKXVH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-23T20:18:23.000Z"},"item":[{"name":"Client","item":[{"name":"Get all Clients","id":"8965494e-97bc-489e-923d-5e1ccf44a942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/clients/all","urlObject":{"protocol":"http","port":"5000","path":["api","clients","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39dc9051-77d7-4fc0-a732-92b738d00702","name":"Get all Clients","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/clients/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"165"},{"key":"ETag","value":"W/\"a5-xXNezn5IcotLzEClZLsyvDW4Vk0\""},{"key":"Date","value":"Mon, 23 Mar 2026 13:48:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"cmn38mahc0000vcx4l8xda29d\",\n            \"name\": \"John Doe\",\n            \"email\": \"john@example.com\",\n            \"company\": \"Acme Ltd\",\n            \"createdAt\": \"2026-03-23T13:44:39.188Z\"\n        }\n    ]\n}"}],"_postman_id":"8965494e-97bc-489e-923d-5e1ccf44a942"},{"name":"Create a Client","id":"dd47c1cf-37fe-46cd-91c3-af2a76a97172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John Doe\",\r\n  \"email\": \"john@example.com\",\r\n  \"company\": \"Acme Ltd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/clients/create","urlObject":{"protocol":"http","port":"5000","path":["api","clients","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5c076b80-4eca-409b-bbb0-5a19b12687bd","name":"Create a Client","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John Doe\",\r\n  \"email\": \"john@example.com\",\r\n  \"company\": \"Acme Ltd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/clients/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"163"},{"key":"ETag","value":"W/\"a3-OQzhlthA0+ui80gTW44MgXTrkKw\""},{"key":"Date","value":"Mon, 23 Mar 2026 13:44:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"cmn38mahc0000vcx4l8xda29d\",\n        \"name\": \"John Doe\",\n        \"email\": \"john@example.com\",\n        \"company\": \"Acme Ltd\",\n        \"createdAt\": \"2026-03-23T13:44:39.188Z\"\n    }\n}"}],"_postman_id":"dd47c1cf-37fe-46cd-91c3-af2a76a97172"},{"name":"Get Client By ID","id":"037ecc04-1585-4c65-a07e-840d970be54d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/clients/cmn38mahc0000vcx4l8xda29d","urlObject":{"protocol":"http","port":"5000","path":["api","clients","cmn38mahc0000vcx4l8xda29d"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"037ecc04-1585-4c65-a07e-840d970be54d"},{"name":"Update Client by ID","id":"cb0923c4-0b35-4e9f-82da-5045020a1ad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Abiodun Adekunle\",\r\n  \"email\": \"abiodunadekunle@example.com\",\r\n  \"company\": \"New Company Ltd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/clients/update/cmn38mahc0000vcx4l8xda29d","urlObject":{"protocol":"http","port":"5000","path":["api","clients","update","cmn38mahc0000vcx4l8xda29d"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb0923c4-0b35-4e9f-82da-5045020a1ad6"},{"name":"Delete Client By ID","id":"b5ad0f8e-8a61-4faa-a68a-1e82201fa900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:5000/api/clients/cmn38mahc0000vcx4l8xda29d","urlObject":{"protocol":"http","port":"5000","path":["api","clients","cmn38mahc0000vcx4l8xda29d"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5ad0f8e-8a61-4faa-a68a-1e82201fa900"}],"id":"e90e2b6e-74e1-4db0-9663-019a4a6eda97","_postman_id":"e90e2b6e-74e1-4db0-9663-019a4a6eda97","description":""},{"name":"Invoice","item":[{"name":"Create an Invoice","id":"223d3bed-90fb-41ed-85d6-e206149ea7d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"cmn38mahc0000vcx4l8xda29d\",\r\n  \"title\": \"Website Design\",\r\n  \"amount\": 2500,\r\n  \"currency\": \"USD\",\r\n  \"dueDate\": \"2026-03-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/invoices/create","urlObject":{"protocol":"http","port":"5000","path":["api","invoices","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"55809ba9-76dd-407b-81f0-d934c360f9a0","name":"Create an Invoice","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"cmn38mahc0000vcx4l8xda29d\",\r\n  \"title\": \"Website Design\",\r\n  \"amount\": 500,\r\n  \"dueDate\": \"2026-03-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/invoices/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"379"},{"key":"ETag","value":"W/\"17b-R48sEOibcPxZRWdRdgWkp5wpNlQ\""},{"key":"Date","value":"Mon, 23 Mar 2026 13:52:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"cmn38wnu70002vcx4adinbxn7\",\n        \"title\": \"Website Design\",\n        \"amount\": 500,\n        \"status\": \"pending\",\n        \"dueDate\": \"2026-03-30T00:00:00.000Z\",\n        \"createdAt\": \"2026-03-23T13:52:41.776Z\",\n        \"clientId\": \"cmn38mahc0000vcx4l8xda29d\",\n        \"client\": {\n            \"id\": \"cmn38mahc0000vcx4l8xda29d\",\n            \"name\": \"John Doe\",\n            \"email\": \"john@example.com\",\n            \"company\": \"Acme Ltd\",\n            \"createdAt\": \"2026-03-23T13:44:39.188Z\"\n        }\n    }\n}"},{"id":"812b46e1-f29e-4a6a-80af-15e604b63043","name":"Create an Invoice","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"cmn38mahc0000vcx4l8xda29d\",\r\n  \"title\": \"Website Design\",\r\n  \"amount\": 2500,\r\n  \"currency\": \"USD\",\r\n  \"dueDate\": \"2026-03-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/invoices/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"397"},{"key":"ETag","value":"W/\"18d-8vwc4NPfzIXakR4ZVDHodDJ1Pc8\""},{"key":"Date","value":"Mon, 23 Mar 2026 14:21:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"cmn39x4sh0001vc14fwkrjsjr\",\n        \"title\": \"Website Design\",\n        \"amount\": 2500,\n        \"currency\": \"USD\",\n        \"status\": \"pending\",\n        \"dueDate\": \"2026-03-30T00:00:00.000Z\",\n        \"createdAt\": \"2026-03-23T14:21:04.616Z\",\n        \"clientId\": \"cmn38mahc0000vcx4l8xda29d\",\n        \"client\": {\n            \"id\": \"cmn38mahc0000vcx4l8xda29d\",\n            \"name\": \"John Doe\",\n            \"email\": \"john@example.com\",\n            \"company\": \"Acme Ltd\",\n            \"createdAt\": \"2026-03-23T13:44:39.188Z\"\n        }\n    }\n}"}],"_postman_id":"223d3bed-90fb-41ed-85d6-e206149ea7d1"},{"name":"Get Invoice Stats","id":"f1a1b3b3-4afd-463f-ab84-e4469cac8207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/invoices/stats","urlObject":{"protocol":"http","port":"5000","path":["api","invoices","stats"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4361012c-1490-4bb8-97c4-ceffce788570","name":"Get Invoice Stats","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/invoices/stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-sjmiT0RqJEFx5qZhEi2bVJAszc8\""},{"key":"Date","value":"Mon, 23 Mar 2026 13:54:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"totalInvoices\": 1,\n        \"totalRevenue\": 500,\n        \"paid\": {\n            \"count\": 0,\n            \"amount\": 0\n        },\n        \"pending\": {\n            \"count\": 1,\n            \"amount\": 500\n        },\n        \"overdue\": {\n            \"count\": 0,\n            \"amount\": 0\n        }\n    }\n}"}],"_postman_id":"f1a1b3b3-4afd-463f-ab84-e4469cac8207"},{"name":"Get All Invoices","id":"164f76d5-bd6e-47d1-8826-51b0b77444d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/invoices/all","urlObject":{"protocol":"http","port":"5000","path":["api","invoices","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"164f76d5-bd6e-47d1-8826-51b0b77444d6"},{"name":"Get Invoice By ID","id":"ebbb6ecf-03ec-4d32-a239-d9b96c834abb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/invoices/cmn39x4sh0001vc14fwkrjsjr","urlObject":{"protocol":"http","port":"5000","path":["api","invoices","cmn39x4sh0001vc14fwkrjsjr"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebbb6ecf-03ec-4d32-a239-d9b96c834abb"},{"name":"Update Invoice Status By ID","id":"024a87d8-672c-4e78-9aa2-65e537bfc9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"paid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/invoices/update/cmn39x4sh0001vc14fwkrjsjr/status","urlObject":{"protocol":"http","port":"5000","path":["api","invoices","update","cmn39x4sh0001vc14fwkrjsjr","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"024a87d8-672c-4e78-9aa2-65e537bfc9ce"},{"name":"Delete Invoice By Id","id":"3d32fe6b-65b1-4fe2-9582-5eb1678eff90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"paid\"\r\n}"},"url":"http://localhost:5000/api/invoices/cmn39x4sh0001vc14fwkrjsjr","urlObject":{"protocol":"http","port":"5000","path":["api","invoices","cmn39x4sh0001vc14fwkrjsjr"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d32fe6b-65b1-4fe2-9582-5eb1678eff90"}],"id":"28fd1950-db20-41b2-9ad8-c2d697b3b438","_postman_id":"28fd1950-db20-41b2-9ad8-c2d697b3b438","description":""},{"name":"Health-Check","id":"406016a6-5fdb-4634-9aa6-3f6e2f093386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/","urlObject":{"protocol":"http","port":"5000","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c400204a-4a19-446a-98f5-1c5d7d854c85","name":"Health-Check","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-u7hWpTTn3Q6TZKdb6V7dlItIYJE\""},{"key":"Date","value":"Mon, 23 Mar 2026 13:37:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"FreelanceFlow API is live\"\n}"}],"_postman_id":"406016a6-5fdb-4634-9aa6-3f6e2f093386"}],"event":[{"listen":"prerequest","script":{"id":"8f212789-0a20-4a6c-a9ed-0446a2801299","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"61e584c7-6463-471b-8f59-5cc3733739f8","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}