---
title: "GET /bridge/connect"
method: GET
path: "/bridge/connect"
tags: ["bridge"]
---

# GET /bridge/connect

`GET /bridge/connect`

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>

## Query parameters

- `public_id` string, required
- `endpoint_id` string, required
- `brand_id` string, required
- `portal_id` string, required
- `redirect_uri` string, uri, required
- `external_id` string
- `external_state` string

## Other responses

- `302` — Redirect

---

[API](https://skmtc.net/fastenhealth/apis/fasten-connect-2.md) · [All operations](https://skmtc.net/fastenhealth/apis/fasten-connect-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fastenhealth/fasten-connect-2/revisions/e419b9ab5c4f/schema)
