Simple Care API Docs
Machine-readable documentation is available at /openapi.json.
Medical emergencies: tell the user to call 911. Agents must not diagnose, collect PHI, create accounts, or book appointments.
Agent Endpoints
GET
/api/servicesPublic service catalog.
GET
/api/physiciansActive public physicians.
GET
/api/availability?subcategory_id={id}Physicians and timeslots for a service.
Current Production Endpoints
GET
/api/v1/services/with-subcategoriesExisting service catalog used by the app.
GET
/api/v1/patient/physicians/by-category/{categoryId}/with-slotsExisting physicians and timeslots endpoint by category.
GET
/api/v1/patient/physicians/by-subcategory/{subcategoryId}/with-slotsExisting physicians and timeslots endpoint by service.
Public Pages
/servicesServices offered by Simple Care.
/doctorsPhysicians available through Simple Care.
/casPatient login.
/registerPatient sign up.
/terms-of-serviceTerms and conditions.
/privacyPrivacy policy.