Operational catalog for the CareFlow backend surface area.
Token, session, and user bootstrap endpoints.
/v1/users/token/
/v1/users/csrf/
/v1/users/token/refresh/
/v1/users/logout/
/v1/users/demo-login/
/v1/users/register/
/v1/users/me/
/v1/users/me/preferences/
Patient-scoped auth, self-service scheduling, profile, clinical summary, refills, and messaging.
/v1/portal/auth/login/
/v1/portal/auth/refresh/
/v1/portal/auth/logout/
/v1/portal/demo-login/
/v1/portal/me/
/v1/portal/me/
/v1/portal/me/preferred-pharmacy/
/v1/portal/appointments/
/v1/portal/appointments/<id>/cancel/
/v1/portal/scheduling/providers/
/v1/portal/scheduling/appointment-types/
/v1/portal/scheduling/slots/
/v1/portal/scheduling/book/
/v1/portal/medications/
/v1/portal/refill-requests/
/v1/portal/refill-requests/
/v1/portal/refill-requests/<id>/cancel/
/v1/portal/pharmacies/
/v1/portal/allergies/
/v1/portal/medical-summary/
/v1/portal/messaging/threads/
/v1/portal/messaging/threads/
/v1/portal/messaging/threads/<id>/
/v1/portal/messaging/threads/<id>/reply/
Organization profile and people administration.
/v1/organizations/
/v1/organizations/<id>/
/v1/organizations/<id>/
/v1/organizations/people/
/v1/organizations/people/
/v1/organizations/people/<id>/
/v1/organizations/pharmacies/
/v1/organizations/pharmacies/
/v1/organizations/pharmacies/<id>/
/v1/organizations/facility-pharmacy-overrides/?facility_id=<id>
/v1/organizations/roles/
/v1/organizations/security/
/v1/organizations/security/update-role/
Facility profile, staff, and configuration dictionaries.
/v1/facilities/
/v1/facilities/<id>/
/v1/facilities/staff/?facility_id=<id>
/v1/facilities/appointment-statuses/?facility_id=<id>
/v1/facilities/appointment-types/?facility_id=<id>
/v1/facilities/resources/?facility_id=<id>
/v1/facilities/staff-roles/?facility_id=<id>
/v1/facilities/staff-titles/?facility_id=<id>
/v1/facilities/patient-genders/?facility_id=<id>
Patient records plus supporting clinical-contact data.
/v1/patients/?facility_id=<id>&search=smith
/v1/patients/?facility_id=<id>
/v1/patients/<id>/?facility_id=<id>
/v1/patients/<id>/reveal-ssn/?facility_id=<id>
/v1/patients/document-categories/?facility_id=<id>
/v1/patients/documents/?facility_id=<id>&patient_id=<id>
/v1/patients/documents/bundle/view/?facility_id=<id>
/v1/patients/pharmacies/?facility_id=<id>
/v1/patients/providers/?facility_id=<id>
Insurance carrier dictionary and patient coverage records.
/v1/insurance/carriers/?facility_id=<id>
/v1/insurance/organization-carriers/
/v1/insurance/facility-carrier-overrides/?facility_id=<id>
/v1/insurance/policies/?facility_id=<id>&patient_id=<id>
/v1/insurance/policies/?facility_id=<id>
/v1/insurance/policies/<id>/?facility_id=<id>
Scheduling, visit logistics, and appointment notes.
/v1/appointments/?facility_id=<id>&date=2026-04-21
/v1/appointments/?facility_id=<id>
/v1/appointments/<id>/?facility_id=<id>
/v1/appointments/heatmap/?facility_id=<id>&month=2026-04
/v1/appointments/<id>/edit-session/?facility_id=<id>
/v1/appointments/<id>/history/?facility_id=<id>
Facility-scoped encounters and progress note charting.
/v1/clinical/encounters/?facility_id=<id>&patient_id=<id>
/v1/clinical/encounters/?facility_id=<id>
/v1/clinical/progress-notes/<id>/?facility_id=<id>
/v1/clinical/progress-notes/<id>/sign/?facility_id=<id>
/v1/clinical/progress-notes/<id>/unsign/?facility_id=<id>
Facility-scoped patient medication records.
/v1/medications/?facility_id=<id>&patient_id=<id>
/v1/medications/?facility_id=<id>
/v1/medications/<id>/?facility_id=<id>
/v1/medications/<id>/?facility_id=<id>
Facility-scoped patient allergy and adverse reaction records.
/v1/allergies/patient-allergies/?facility_id=<id>&patient_id=<id>
/v1/allergies/patient-allergies/?facility_id=<id>
/v1/allergies/patient-allergies/<id>/?facility_id=<id>
/v1/allergies/patient-allergies/<id>/?facility_id=<id>
Encounter-linked superbills and charge capture.
/v1/billing/encounter-billing-records/?facility_id=<id>&patient_id=<id>
/v1/billing/encounter-billing-records/?facility_id=<id>
/v1/billing/encounter-billing-records/<id>/?facility_id=<id>
/v1/billing/fee-schedule-items/?facility_id=<id>
/v1/billing/organization-fee-schedules/
/v1/billing/facility-fee-schedules/?facility_id=<id>
/v1/billing/facility-fee-schedules/copy-from-org/?facility_id=<id>
/v1/billing/cpt-catalog/
/v1/billing/organization-fee-schedules/<id>/populate/
Read-only audit trail for organization admins and facility-scoped facility admins.
/v1/audit/events/
/v1/audit/events/<id>/
Health and operational entrypoints.
/health/
/admin/
Try a different path fragment, method, or domain keyword like patient, organization, policy, or health.