{"info":{"_postman_id":"c56aa2cb-66e0-49ea-b881-45689e38b8a9","name":"DaanKori","description":"<html><head></head><body><p><strong>DaanKori is a simple and secure fundraising platform that helps you create and support causes that matter.</strong> <em>(“Daan” means “donate” in Bengali.)</em> Whether you're raising funds for a personal need, a community project, or a charitable mission, DaanKori makes the process easy and accessible. Create your own campaign in minutes, share it with others, and receive donations online. As a supporter, you can explore active campaigns, donate securely, and follow the progress toward each fundraising goal. DaanKori is built to inspire generosity and connect people through meaningful contributions—one campaign at a time.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16185131","collectionId":"c56aa2cb-66e0-49ea-b881-45689e38b8a9","publishedId":"2sB2cXA23s","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-10T07:03:29.000Z"},"item":[{"name":"Register","id":"c0c0327a-9467-4486-a1f8-69f9bad1696d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"jane\",\n    \"email\": \"a@b.com\",\n    \"password\": \"123\",\n    \"fullName\": \"John Doe\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/register","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c56aa2cb-66e0-49ea-b881-45689e38b8a9","id":"c56aa2cb-66e0-49ea-b881-45689e38b8a9","name":"DaanKori","type":"collection"}},"urlObject":{"protocol":"http","port":"8080","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0c0327a-9467-4486-a1f8-69f9bad1696d"},{"name":"Login","id":"1c8da090-fa9b-462d-859b-ac085884f40a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"john_doe\",\n    \"password\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/login","urlObject":{"protocol":"http","port":"8080","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c8da090-fa9b-462d-859b-ac085884f40a"},{"name":"TopUp","id":"fc0f70c2-eed8-4c8d-8ff5-0dce5e9d1554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJqb2huX2RvZSIsImlhdCI6MTc0NDI2NzY4OCwiZXhwIjoxNzQ0MzU0MDg4fQ.EIUDMjqL6XiUwp3TUyBZoS0sjSfc4Z1Ubt1HKRn_T_Nmfy3y1P7b1cLEcLI85kWLQ6SOsy5jRjpMIg5hnuWdJQ","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"amount\": 1000.00\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/topup","urlObject":{"protocol":"http","port":"8080","path":["api","auth","topup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc0f70c2-eed8-4c8d-8ff5-0dce5e9d1554"},{"name":"Create Campaign","id":"7b0bac55-b000-42b6-9ae9-6ca1fa48d3a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJqb2huX2RvZSIsImlhdCI6MTc0NDI2NzY4OCwiZXhwIjoxNzQ0MzU0MDg4fQ.EIUDMjqL6XiUwp3TUyBZoS0sjSfc4Z1Ubt1HKRn_T_Nmfy3y1P7b1cLEcLI85kWLQ6SOsy5jRjpMIg5hnuWdJQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Helo for flood relief\",\n    \"description\": \"Raising funds to give relief to flood effected area of bangladesh\",\n    \"targetAmount\": 50000.00,\n    \"deadline\": \"2025-12-31\",\n    \"category\": \"DISASter\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/campaigns","urlObject":{"protocol":"http","port":"8080","path":["api","campaigns"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b0bac55-b000-42b6-9ae9-6ca1fa48d3a0"},{"name":"Get Campaign","id":"b88f9127-39ce-435e-a8e1-4e7228c10a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/campaigns","urlObject":{"protocol":"http","port":"8080","path":["api","campaigns"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b88f9127-39ce-435e-a8e1-4e7228c10a3d"},{"name":"Get Campaign by Id","id":"7ed41c9b-cd34-408a-80e0-b244b2ae57c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/campaigns/1","urlObject":{"protocol":"http","port":"8080","path":["api","campaigns","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ed41c9b-cd34-408a-80e0-b244b2ae57c1"},{"name":"Donations","id":"7263c9c6-5e43-40e0-b8a5-c95037688b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJqb2huX2RvZSIsImlhdCI6MTc0NDI2NzY4OCwiZXhwIjoxNzQ0MzU0MDg4fQ.EIUDMjqL6XiUwp3TUyBZoS0sjSfc4Z1Ubt1HKRn_T_Nmfy3y1P7b1cLEcLI85kWLQ6SOsy5jRjpMIg5hnuWdJQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"campaignId\": \"1\",\n    \"amount\": 100.00,\n    \"message\": \"Good luck with the flood relief!\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/donations","urlObject":{"protocol":"http","port":"8080","path":["api","donations"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7263c9c6-5e43-40e0-b8a5-c95037688b29"},{"name":"Get all user donation","id":"8b6ac5c7-c0f5-412b-9201-79c044dd60e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJqb2huX2RvZSIsImlhdCI6MTc0NDI2NzY4OCwiZXhwIjoxNzQ0MzU0MDg4fQ.EIUDMjqL6XiUwp3TUyBZoS0sjSfc4Z1Ubt1HKRn_T_Nmfy3y1P7b1cLEcLI85kWLQ6SOsy5jRjpMIg5hnuWdJQ","type":"text"}],"url":"http://localhost:8080/api/donations/user","urlObject":{"protocol":"http","port":"8080","path":["api","donations","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b6ac5c7-c0f5-412b-9201-79c044dd60e4"},{"name":"Get donation by campaign","id":"af105ea2-3872-4ff0-84c5-cd33901dee58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJqb2huX2RvZSIsImlhdCI6MTc0NDI2NzY4OCwiZXhwIjoxNzQ0MzU0MDg4fQ.EIUDMjqL6XiUwp3TUyBZoS0sjSfc4Z1Ubt1HKRn_T_Nmfy3y1P7b1cLEcLI85kWLQ6SOsy5jRjpMIg5hnuWdJQ","type":"text"}],"url":"http://localhost:8080/api/donations/campaign/1","urlObject":{"protocol":"http","port":"8080","path":["api","donations","campaign","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af105ea2-3872-4ff0-84c5-cd33901dee58"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"50449cb3-b969-4ff9-b61e-14f5b4b93461","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"d47da0dc-2eb7-4b88-baea-111e87df6d6a","type":"text/javascript","packages":{},"exec":[""]}}]}