v1

latestOpenAPI 3.0.1Private2026-07-2212926.5 KB
bridge

This endpoint will generate a state value and redirect the user to their healthcare provider Patient Portal to authenticate with the healthcare provider's EHR.

On completion, Fasten Connect will redirect the user back to your redirect_uri with an org_connection_id and endpoint_id query parameter.

If an error occurred during the authentication process, Fasten Connect will redirect the user back with an error and error_description query parameter.

<Warning> If you have configured more than one Redirect URL in the Fasten Connect Portal, you **MUST** include the `redirect_uri` query parameter in the request. This is done automatically by the [Stitch SDK](stitch/v4/introduction) widget. </Warning>
get/bridge/connect

Query parameters

public_idstring required

Public Key for Organization Credential

endpoint_idstring required

Catalog Endpoint Id

brand_idstring required

Catalog Brand Id

portal_idstring required

Catalog Portal Id

redirect_uristring uri required

Redirect URI (where the user will be redirected after authentication). Must match a redirect_uri provided in the Fasten Connect Portal.

external_idstring

An Opaque identifier, used to identify the patient in your system. This value will be returned in the Redirect URL response.

external_statestring

An Opaque identifier, used to identify the connection request. This value should be unique. This value will be returned in the Redirect URL response.