EncounterReady API

Integrations and enterprise controls

Public API endpoints are OpenAPI-documented and protected with bearer tokens, scope checks, and strict tenant-scoped access boundaries.

Policy packs

Create state/specialty policy packs, clone/publish versions, control rollout stage and percentage, and archive/restore lifecycle.

Endpoint

Webhooks

Register signed webhook endpoints, dispatch test deliveries, and inspect retry/failure delivery logs.

Endpoint

Revenue automation

Ingest eligibility and ERA/EOB feeds, process insurer and clearinghouse queues, and review export artifacts.

Endpoint

Data rights

Submit and track tenant portability/deletion requests with immutable audit evidence.

Endpoint

Evidence packs

Generate enterprise onboarding or audit evidence packs with control snapshots and activity logs.

Endpoint

Quickstart

Local development keys are seeded for tenant `tenant_acme_rehab`. Rotate these keys before any external environment.

curl -X GET \
  'http://localhost:3000/api/public/v1/policy-packs' \
  -H 'Authorization: Bearer er_live_acme_readonly_2026_01' \
  -H 'x-tenant-id: tenant_acme_rehab'