{"info":{"_postman_id":"ee4f1c6e-2057-45c9-9859-8fda84dd57d1","name":"Doctor Appointment Booking App","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"48778501","collectionId":"ee4f1c6e-2057-45c9-9859-8fda84dd57d1","publishedId":"2sBXVmdnoR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-25T13:07:46.000Z"},"item":[{"name":"Save Doctor Schedule","id":"ddb2ebb0-b860-4567-aa02-57effd797bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// add doctor-token in authorization \r\n  \"date\": \"2025-12-31\", \r\n  \"fee\": 800,\r\n  \"timeSlots\": [ \r\n    // if editing timeslots for existing-date then all existing-timeslots of the date will be deleted.\r\n    \"15:00\",\r\n    \"17:00\"\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5555/doctors/api/v1/doctors/saveAppointmentDetails","urlObject":{"protocol":"http","port":"5555","path":["doctors","api","v1","doctors","saveAppointmentDetails"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddb2ebb0-b860-4567-aa02-57effd797bb5"},{"name":"Search Doctor From Patient","id":"53802675-9106-4501-962c-a849c29349a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5555/patients/api/v1/patients/searchDoctors?specialization=cardiologist&city=bengaluru","urlObject":{"protocol":"http","port":"5555","path":["patients","api","v1","patients","searchDoctors"],"host":["localhost"],"query":[{"key":"specialization","value":"cardiologist"},{"key":"city","value":"bengaluru"}],"variable":[]}},"response":[],"_postman_id":"53802675-9106-4501-962c-a849c29349a5"},{"name":"User Register (Doctor/Patient)","id":"9fd1cee8-6b39-4a49-a424-f7b3258f3d8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"doctor\",\r\n  \"name\": \"Ramu\",\r\n  \"mobile\": \"9876543210\",\r\n  \"email\": \"ramdoctor1@gmail.com\",\r\n  \"password\": \"Ramu@123\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5555/auth/api/v1/auth/register","urlObject":{"protocol":"http","port":"5555","path":["auth","api","v1","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fd1cee8-6b39-4a49-a424-f7b3258f3d8e"},{"name":"User Login (Doctor/Patient)","id":"1e2d7f26-0fb1-4ef7-a870-42ba976eb363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"mobile\": \"9876543211\",\r\n  \"password\": \"Ramu@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5555/auth/api/v1/auth/login","urlObject":{"protocol":"http","port":"5555","path":["auth","api","v1","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e2d7f26-0fb1-4ef7-a870-42ba976eb363"},{"name":"Doctor Profile","id":"4f2a77b5-95e1-4ef0-a7b2-6db940a2346b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// add doctor- token in authorization \r\n  \"specialization\": \"Cardiologist\",\r\n  \"qualification\": \"MBBS\",\r\n  \"experience\": \"9\",\r\n  \"state\": \"Karnataka\",\r\n  \"city\": \"Bengaluru\",\r\n  \"area\": \"BTM Layout\",\r\n  \"address\": \"12th Main Road, BTM Layout\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5555/doctors/api/v1/doctors/saveDoctorProfile","urlObject":{"protocol":"http","port":"5555","path":["doctors","api","v1","doctors","saveDoctorProfile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f2a77b5-95e1-4ef0-a7b2-6db940a2346b"},{"name":"Patient Profile","id":"0314eebe-8ce4-4a32-8d5b-e508e3aaf1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// add patient-token in authorization\r\n  \"state\": \"Karnataka\",\r\n  \"city\": \"Bengaluru\",\r\n  \"area\": \"Banashankari\",\r\n  \"address\": \"10th Main Road, Banashankari\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5555/patients/api/v1/patients/saveProfile","urlObject":{"protocol":"http","port":"5555","path":["patients","api","v1","patients","saveProfile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0314eebe-8ce4-4a32-8d5b-e508e3aaf1e2"},{"name":"Book Appointment and payment URL","id":"3ba97119-4af3-46b6-b5d9-590021300172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// add patient-token in authorization\r\n  \"doctorId\": \"01KAKYNTQ1RSWBXXV8KC9KNFW2\",\r\n  \"appointmentDateId\": \"01KAKZ792GDTDMAA32YFMWAZHR\",\r\n  \"timeSlotId\": \"01KAKZ792G16TNF9M5AESYD3CM\",\r\n  \"fee\": 800,\r\n  \"currency\": \"INR\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5555/bookings/api/v1/bookings/bookAppointment","urlObject":{"protocol":"http","port":"5555","path":["bookings","api","v1","bookings","bookAppointment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ba97119-4af3-46b6-b5d9-590021300172"},{"name":"Doctor Image Upload","id":"29c1bd95-45f1-465b-959c-bb73eaa04f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"30235df9-ad36-4d2d-9d66-60f6b350bac4","src":"/C:/Users/lenovo/Pictures/Logo.jpg"}]},"url":"http://localhost:5555/doctors/api/v1/doctors/saveDoctorImage","urlObject":{"protocol":"http","port":"5555","path":["doctors","api","v1","doctors","saveDoctorImage"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"29c1bd95-45f1-465b-959c-bb73eaa04f81"}]}