The Foresight RCM API is RESTful, JSON-only, and authenticated with API keys. If you haven’t already, start with the Quickstart and Authentication guides.Documentation Index
Fetch the complete documentation index at: https://docs.have-foresight.app/llms.txt
Use this file to discover all available pages before exploring further.
How this reference is organized
Each resource has an Overview page (high-level concepts, typical flows, scopes) and an interactive endpoint reference rendered from the OpenAPI specification. The Full schema section at the bottom of the sidebar contains the complete machine-generated reference for every endpoint.Resource map
Core healthcare data
| Resource | Use for |
|---|---|
| Patients | Demographics, contact, identifiers. |
| Encounters | Clinical visits and procedures. |
| Pre-encounters | Pre-visit intake and prep. |
| Insurance policies | Coverage records. |
| Eligibility | 270/271 verification. |
| Benefits | Normalized benefit detail. |
Revenue cycle
| Resource | Use for |
|---|---|
| Prior authorizations | Submit, track, answer, decide. |
| Claims | Create, validate, scrub, submit. |
| Denials | Receive, classify, decide next action. |
| Appeals | Generate, send, track outcomes. |
| Appeal templates | Reusable appeal letter templates. |
Clinical & coding
| Resource | Use for |
|---|---|
| Clinicians | Provider records. |
| Credentialing | NPI verification, status checks. |
| Onboard clinician | New-clinician onboarding flow. |
| Patient allergies | Allergy records. |
| Patient medical history | History of present illness, etc. |
| Patient pharmacies | Preferred pharmacies. |
| Patient weight loss profile | Specialty data for weight-loss programs. |
Prescriptions
| Resource | Use for |
|---|---|
| Prescriptions | Send, track, cancel. |
| Prescription requests | Request prescriptions for review. |
Imaging
| Resource | Use for |
|---|---|
| Imaging studies | DICOM study records. |
| Imaging import jobs | Bulk DICOM imports. |
Documents
| Resource | Use for |
|---|---|
| Documents | Upload, attach insurance cards. |
EAP (employee assistance)
| Resource | Use for |
|---|---|
| EAP enrollments & claims | EAP-specific workflow. |
Workflow & operations
| Resource | Use for |
|---|---|
| Work | Work assignments and queues. |
| SLA policies | SLA policy management. |
| Manual review policies | Manual review routing. |
| Team members | Roster. |
| Status incidents | Internal incident tracking. |
| Permissions | Permission checks. |
| Analytics | Coordinator and ops analytics. |
Webhooks
| Resource | Use for |
|---|---|
| Webhook subscriptions | Manage webhook subscriptions. |
Integrations
Full schema
The full machine-generated schema for every endpoint is in the Full schema section at the bottom of the sidebar. It’s rendered fromopenapi.json which is regenerated on every release.