Please enable JavaScript.
Coggle requires JavaScript to display documents.
(auth, User, Admin, Agora Cloud Recording, Payment, Tutor) - Coggle Diagram
auth
POST, /create-room-token, createRoomToken
POST, /update-password, updatePasswordViaOtp
POST, /forgot-password", forgotPassword
POST, /reset-password, resetPassword
POST, /tutor-login, tutorLogin
POST, /validate-token, validateToken
POST, /user-login, userLogin
POST, /user-signup, userSignup
User
POST, /update-user-profile-details, updateUserDetails
POST, /get-user-courses, getUserCourses
GET, /get-subjects, getSubjects
GET, /get-user-profile-details/:id, getUserDetails
GET, /get-batch-details/:id, getBatchDetails
GET, /get-batches, getBatches
GET, /get-advertisement, getAdvertisement
Admin
POST, /create-advertisement, createAdvertisement
POST, /create-batch, createBatch
POST, /admin-login, adminLogin
POST, /tutor-signup, tutorSignup
POST, /create-subject, createSubject
GET, /get-tutors, getTeachers
Agora Cloud Recording
POST, /stop-recording, agoraStopRecording
POST, /start-recording, agoraStartRecording
Payment
POST, /verification, rayzorpay_verification
POST, /razorpay, rayzorpay_init
Tutor
POST, /upload-batch-video, uploadBatchVideo
GET, /get-tutor-assigned-batches/:id, getBatchesByTutorId