{"info":{"_postman_id":"912e9590-8fc3-4d82-a015-62bc2d1a79ac","name":"GyaanSetu API","description":"<html><head></head><body><p>API Documentation for GyaanSetu Platform</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50839208","collectionId":"912e9590-8fc3-4d82-a015-62bc2d1a79ac","publishedId":"2sBXqKoL8c","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-02T11:36:33.000Z"},"item":[{"name":"Auth","item":[{"name":"Signup","id":"58fb23b3-08c4-4add-b699-8c3cafff12e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@example.com\",\n  \"password\": \"password123\"\n}"},"url":"http://localhost:5005/api/auth/signup","urlObject":{"path":["auth","signup"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"58fb23b3-08c4-4add-b699-8c3cafff12e8"},{"name":"Login","event":[{"listen":"test","script":{"exec":["if (pm.response.code === 200) {","    var jsonData = pm.response.json();","    // Store token automatically","    pm.collectionVariables.set(\"token\", jsonData.token);","}"],"type":"text/javascript","id":"26ac690e-b65e-4594-b8a5-c7fc9e54374d"}}],"id":"6d3b50db-36ed-4128-979e-ff17e877dd60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"john@example.com\",\n  \"password\": \"password123\"\n}"},"url":"http://localhost:5005/api/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d3b50db-36ed-4128-979e-ff17e877dd60"},{"name":"Get Me","id":"2b4e2c6e-2a10-48d0-ac8f-fa25542b6e1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5005/api/auth/me","urlObject":{"path":["auth","me"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b4e2c6e-2a10-48d0-ac8f-fa25542b6e1d"},{"name":"Update Profile","id":"7296eccc-93dd-4336-9476-8e814409fde5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Updated\"\n}"},"url":"http://localhost:5005/api/auth/profile","urlObject":{"path":["auth","profile"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7296eccc-93dd-4336-9476-8e814409fde5"},{"name":"Forgot Password","id":"55e75ab6-d5dc-47f0-953b-684a268bf358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"john@example.com\"\n}"},"url":"http://localhost:5005/api/auth/forgot-password","urlObject":{"path":["auth","forgot-password"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"55e75ab6-d5dc-47f0-953b-684a268bf358"},{"name":"Reset Password","id":"982f96fa-d666-4071-ab39-fed64776ef1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"newpassword123\"\n}"},"url":"http://localhost:5005/api/auth/reset-password/YOUR_RESET_TOKEN","urlObject":{"path":["auth","reset-password","YOUR_RESET_TOKEN"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"982f96fa-d666-4071-ab39-fed64776ef1f"}],"id":"846379d0-28c9-41ec-9bed-d82cd048e130","_postman_id":"846379d0-28c9-41ec-9bed-d82cd048e130","description":""},{"name":"User (Me)","item":[{"name":"Get My Courses","id":"561f4cdf-3d2b-4d1c-8cd1-efc8a60e88be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/me/courses","urlObject":{"path":["me","courses"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"561f4cdf-3d2b-4d1c-8cd1-efc8a60e88be"}],"id":"bd1a1c4f-190c-4955-9c7c-b0103da834d5","_postman_id":"bd1a1c4f-190c-4955-9c7c-b0103da834d5","description":""},{"name":"Enrollments","item":[{"name":"Enroll User","id":"c67cba36-b697-44d3-8377-10b8d604fe12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5005/api/enroll/YOUR_COURSE_ID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","name":"Enrollments","type":"folder"}},"urlObject":{"path":["enroll","YOUR_COURSE_ID"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c67cba36-b697-44d3-8377-10b8d604fe12"},{"name":"My Enrollments","id":"c15db015-2f6f-469d-8952-61a930e532fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/enroll/my","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","name":"Enrollments","type":"folder"}},"urlObject":{"path":["enroll","my"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c15db015-2f6f-469d-8952-61a930e532fe"},{"name":"Enrollment Status","id":"595bfe68-99b1-46fc-b886-5855700107e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/enroll/status/YOUR_COURSE_ID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","name":"Enrollments","type":"folder"}},"urlObject":{"path":["enroll","status","YOUR_COURSE_ID"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"595bfe68-99b1-46fc-b886-5855700107e7"},{"name":"Update Progress","id":"7595cc55-a3eb-464a-8f76-9b9f0ee5c007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"progress\": 50\n}"},"url":"http://localhost:5005/api/enroll/progress/YOUR_COURSE_ID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","name":"Enrollments","type":"folder"}},"urlObject":{"path":["enroll","progress","YOUR_COURSE_ID"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7595cc55-a3eb-464a-8f76-9b9f0ee5c007"}],"id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"_postman_id":"07f1f997-d0c4-4055-97f7-db1db2bb5543","description":""},{"name":"Admin","item":[{"name":"Get Users","id":"c2ee1799-3237-4cdf-9192-90070b7574da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/admin/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"d1f84833-b3ee-4c51-95e7-be205958ab39","id":"d1f84833-b3ee-4c51-95e7-be205958ab39","name":"Admin","type":"folder"}},"urlObject":{"path":["admin","users"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2ee1799-3237-4cdf-9192-90070b7574da"},{"name":"Update User Role","id":"c0839664-9944-4202-992a-f651f2d7ea8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"admin\"\n}"},"url":"http://localhost:5005/api/admin/users/YOUR_USER_ID/role","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"d1f84833-b3ee-4c51-95e7-be205958ab39","id":"d1f84833-b3ee-4c51-95e7-be205958ab39","name":"Admin","type":"folder"}},"urlObject":{"path":["admin","users","YOUR_USER_ID","role"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0839664-9944-4202-992a-f651f2d7ea8a"},{"name":"Delete User","id":"360ca950-c554-49f5-813e-a9b48805ee4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5005/api/admin/users/YOUR_USER_ID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"d1f84833-b3ee-4c51-95e7-be205958ab39","id":"d1f84833-b3ee-4c51-95e7-be205958ab39","name":"Admin","type":"folder"}},"urlObject":{"path":["admin","users","YOUR_USER_ID"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"360ca950-c554-49f5-813e-a9b48805ee4f"},{"name":"Create Course","id":"05348ba9-3918-4e8f-8846-7ad0cb70c6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"New Admin Course\",\n  \"description\": \"Course Description\"\n}"},"url":"http://localhost:5005/api/admin/courses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"d1f84833-b3ee-4c51-95e7-be205958ab39","id":"d1f84833-b3ee-4c51-95e7-be205958ab39","name":"Admin","type":"folder"}},"urlObject":{"path":["admin","courses"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"05348ba9-3918-4e8f-8846-7ad0cb70c6eb"},{"name":"Update Course","id":"dd7bd254-76b3-4c0b-87fd-598a05e629c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Updated Course Title\"\n}"},"url":"http://localhost:5005/api/admin/courses/YOUR_COURSE_ID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"d1f84833-b3ee-4c51-95e7-be205958ab39","id":"d1f84833-b3ee-4c51-95e7-be205958ab39","name":"Admin","type":"folder"}},"urlObject":{"path":["admin","courses","YOUR_COURSE_ID"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd7bd254-76b3-4c0b-87fd-598a05e629c6"},{"name":"Delete Course","id":"0d2d1061-5e81-421b-b1c7-68283e911cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5005/api/admin/courses/YOUR_COURSE_ID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"d1f84833-b3ee-4c51-95e7-be205958ab39","id":"d1f84833-b3ee-4c51-95e7-be205958ab39","name":"Admin","type":"folder"}},"urlObject":{"path":["admin","courses","YOUR_COURSE_ID"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d2d1061-5e81-421b-b1c7-68283e911cb4"},{"name":"Update Modules","id":"53dd6145-7ea3-4419-86c5-52cdbe43151f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"modules\": []\n}"},"url":"http://localhost:5005/api/admin/courses/YOUR_COURSE_ID/modules","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"d1f84833-b3ee-4c51-95e7-be205958ab39","id":"d1f84833-b3ee-4c51-95e7-be205958ab39","name":"Admin","type":"folder"}},"urlObject":{"path":["admin","courses","YOUR_COURSE_ID","modules"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"53dd6145-7ea3-4419-86c5-52cdbe43151f"}],"id":"d1f84833-b3ee-4c51-95e7-be205958ab39","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"_postman_id":"d1f84833-b3ee-4c51-95e7-be205958ab39","description":""},{"name":"Uploads","item":[{"name":"Upload Image","id":"dd8b7ce1-a121-4122-b432-8a7442a38783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","value":null}]},"url":"http://localhost:5005/api/upload","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"220100ea-a951-4652-b051-cb5d7f25292d","id":"220100ea-a951-4652-b051-cb5d7f25292d","name":"Uploads","type":"folder"}},"urlObject":{"path":["upload"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd8b7ce1-a121-4122-b432-8a7442a38783"}],"id":"220100ea-a951-4652-b051-cb5d7f25292d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"_postman_id":"220100ea-a951-4652-b051-cb5d7f25292d","description":""},{"name":"Public API","item":[{"name":"Get All Courses","id":"4033fb2c-4807-4eaa-9f6c-5b045057fa6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/courses","urlObject":{"path":["courses"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4033fb2c-4807-4eaa-9f6c-5b045057fa6c"},{"name":"Get Course By ID","id":"e50c0bf3-433c-499a-b83a-2ab5b9d5536b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/courses/YOUR_COURSE_ID","urlObject":{"path":["courses","YOUR_COURSE_ID"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e50c0bf3-433c-499a-b83a-2ab5b9d5536b"},{"name":"Get Course Modules","id":"0e43c279-51e4-4b1e-88e4-b0a5eec23ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/courses/YOUR_COURSE_ID/modules","urlObject":{"path":["courses","YOUR_COURSE_ID","modules"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e43c279-51e4-4b1e-88e4-b0a5eec23ea7"},{"name":"Get Labs","id":"d5739e99-e182-4b23-b94c-81474c08b1ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/labs","urlObject":{"path":["labs"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5739e99-e182-4b23-b94c-81474c08b1ea"},{"name":"Get Projects","id":"4c7affc1-589e-48b5-be8a-5cc3a1c4f17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/projects","urlObject":{"path":["projects"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c7affc1-589e-48b5-be8a-5cc3a1c4f17b"},{"name":"Seed Database","id":"e7ffe5da-2649-4bbc-ad11-9b911390c37c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5005/api/seed","urlObject":{"path":["seed"],"host":["http://localhost:5005/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7ffe5da-2649-4bbc-ad11-9b911390c37c"}],"id":"317f8e27-7200-4395-8bbc-8bbb0b0d1d95","_postman_id":"317f8e27-7200-4395-8bbc-8bbb0b0d1d95","description":""}],"event":[{"listen":"prerequest","script":{"id":"b0f9254f-8288-4b0a-81f1-f7df8665daf0","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"82f6f04c-f6d5-46c0-abc2-b2df07083b60","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"http://localhost:5005/api"},{"key":"token","value":""}]}