← Back to all docs

ChiroTouch API

ChiroTouch is a cloud-based chiropractic EHR and practice management platform used by more than 36,000 providers to run scheduling, AI-assisted SOAP charting, billing, claims, and patient engagement. An unofficial API lets you programmatically pull patients, appointments, SOAP notes, claims, and ledger data—and push updates like new appointments, charting, and claim submissions back into ChiroTouch.

By Alex KlarfeldMay 30, 2026
ChiroTouch API

What is ChiroTouch?

ChiroTouch is a cloud-based EHR and practice management platform built specifically for chiropractic practices, used by more than 36,000 providers. Practices use ChiroTouch to manage scheduling, complete clinical charting and SOAP notes, run billing and claims, process payments, verify insurance eligibility, and engage patients—all from a single cloud system, with AI assistance from the Rheo AI Scribe for documentation.

Core product areas include:

  • Practice Management and Scheduling (provider calendars, appointments, patient reminders, Rheo AI)
  • Charting and Documentation (SOAP notes, macros, Rheo AI Scribe)
  • Billing and Claims (CT ProClear TriZetto clearinghouse, claim scrubbing, ERA auto-posting)
  • CT Verify (insurance eligibility verification from the patient profile)
  • CT Payments (in-person, online, and phone card and cash payments)
  • CT Engage and CT InForms (patient engagement, reminders, and digital intake forms)

Common data entities:

  • Patients, Demographics, Insurance Plans, Eligibility Records
  • Appointments, Provider Schedules, Reminders
  • SOAP Notes, Encounters, Charting Macros, Treatment Plans
  • Claims, ERAs, Remittances, Clearinghouse Submissions
  • Ledger Transactions, Charges, Payments, Statements
  • Intake Forms, Documents, Patient Communications

The ChiroTouch Integration Challenge

Chiropractic practices run their entire day inside ChiroTouch, but turning its cloud, portal-driven workflows into API-driven automation is non-trivial:

  • No public developer API: ChiroTouch does not publish a general-purpose API or developer portal, so data lives behind the authenticated cloud application
  • Cloud session authentication: Access runs through user login on the ChiroTouch cloud, which complicates headless, programmatic automation
  • Clearinghouse-mediated claims: Billing and claims flow through CT ProClear and TriZetto, adding a layer between the practice data and downstream systems
  • AI-generated clinical notes: SOAP notes produced by Rheo AI Scribe and macros need careful, structured extraction to feed analytics and downstream EHR tools
  • PHI and HIPAA constraints: Patient, clinical, and billing data require strict access controls, audit trails, and encryption for any integration
  • Module-specific data shapes: Scheduling, charting, eligibility, payments, and engagement each expose different objects and IDs that must be normalized

How Supergood Creates ChiroTouch APIs

Supergood reverse-engineers ChiroTouch's authenticated cloud flows to deliver a resilient API layer for your practice—covering scheduling, charting, billing, claims, eligibility, and payments without waiting on a public developer program.

  • Handles username/password and MFA login to the ChiroTouch cloud securely
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across patients, appointments, SOAP notes, claims, and ledger objects so you integrate once
  • Respects practice-level entitlements, PHI controls, and audit requirements for compliant access

Use ChiroTouch with AI agents: ChiroTouch MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your modules, workflows, and authentication model.

  • Supergood Generates and Validates Your API

We deliver a production-ready ChiroTouch adapter tailored to your practice configuration and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as ChiroTouch evolves.

chirotouch

API Endpoints

Authentication

POST/authenticate

Authenticate to a ChiroTouch cloud account using username/password and MFA, and obtain a session token for downstream calls.

Patient Operations

GET/patients

List patients with demographics, insurance plans, and status filters across the practice.

Scheduling

GET/appointments

Retrieve appointments and provider schedules with filters for provider, date range, and status.

Scheduling

POST/create_appointment

Book a new appointment on a provider's calendar with patient, visit type, and time slot.

Charting

GET/soap_notes

Pull SOAP notes and encounter documentation, including AI Scribe and macro-generated charting, for a patient.

Billing

POST/submit_claim

Submit an insurance claim through the CT ProClear clearinghouse and track its scrubbing and ERA status.

Use Cases

Sync patient and appointment data to downstream systems

- Pull patients, demographics, and insurance plans into a central warehouse - Stream appointment and schedule changes to BI, reminder, and analytics tools - Reconcile patient records across ChiroTouch and other practice systems

Extract SOAP notes and clinical documentation

- Pull AI Scribe and macro-generated SOAP notes into analytics and reporting tools - Feed encounter and treatment-plan data to downstream EHR and quality systems - Track patient progress and visit history across providers

Automate billing, claims, and eligibility

- Submit claims through CT ProClear and track scrubbing and ERA auto-posting - Run CT Verify eligibility checks before visits and at check-in - Reconcile ledger charges, payments, and statements with accounting systems

Connect payments and patient engagement

- Sync CT Payments card and cash transactions to revenue reporting - Trigger CT Engage reminders and CT InForms intake from external workflows - Surface outstanding balances and intake status to patient portals

Technical Specifications

Authentication

Username/password and MFA login to the ChiroTouch cloud handled in a managed session

Connectivity

Authenticated cloud application flows reverse-engineered into a stable API surface

Response format

Normalized JSON across patients, appointments, SOAP notes, claims, and ledger objects

Rate limits

Adaptive throttling tuned to your practice account to avoid application-side limits

Session management

Automatic session refresh, MFA replay handling, and credential rotation

Data freshness

Near real-time pulls for scheduling, charting, and billing with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, HIPAA-aligned PHI controls, and audit logging

Webhooks

Event-style callbacks for new appointments, charting updates, claim status, and payment events

Latency

Sub-second reads on cached entities; multi-second writes when posting appointments, notes, and claims

Throughput

Horizontally scaled workers sized to multi-provider practice volume

Reliability

Retry, backoff, and idempotency keys for appointment, charting, and claim transactions

Adaptation

Continuous monitoring of ChiroTouch cloud releases and configuration drift

Frequently asked questions

ChiroTouch does not publish a general-purpose developer API or portal. Supergood works against the authenticated ChiroTouch cloud application to provide a stable, normalized API surface without waiting on a public program.

Yes. Supergood extracts SOAP notes and encounter documentation, including AI Scribe and macro-generated charting, and normalizes them into structured objects you can feed to analytics and downstream EHR tools.

Claims flow through ChiroTouch's CT ProClear clearinghouse powered by TriZetto. Supergood can submit claims, track scrubbing and ERA auto-posting, and reconcile ledger charges, payments, and statements.

Yes. All access runs through an encrypted credential vault with scoped tokens, PHI-aware access controls, audit logging, and HIPAA-aligned handling of patient, clinical, and billing data.

Yes. Supergood surfaces CT Verify eligibility checks so you can confirm coverage from the patient profile, before a visit, or at check-in, and feed results into your own workflows.

Ready to get a real API?