Connect SDK
The Stream Connect JavaScript SDK lets users of your web or mobile application connect their health insurance accounts to your application.
For a working integration, follow the Quickstart. For the full reference (init options, lifecycle callbacks, error handling, MFA, theming), see the SDK Reference, which is generated from the SDK repository's own docs at the version pinned in this build.
What it does
- Renders a wizard that lets the member pick their carrier, enter credentials, and confirm enrollment.
- Validates credentials against the carrier in real time when supported.
- Hands off to the carrier for redirect-based flows (Patient Access API and similar) when applicable.
- Calls back into your application at every step so you can theme it, log analytics, or inject custom UI.
Companion: webhooks
The SDK is the connect half of the story. Once the member is connected, TPA Stream starts crawling and POSTs results to your application via:
- Claim Webhook — fires for every new claim.
- First Crawl Completion Webhook — fires once after the first successful crawl per policy holder.
Both webhook payloads are signed; see Webhook Security before you wire either up in production.