GET
/
bridge
/
connect
curl --request GET \
  --url https://api.connect.fastenhealth.com/v1/bridge/connect

In test mode, you can use the following credentials to test the Fasten Stitch component:

Query Parameters

public_id
string
required

Public Key for Organization Credential

endpoint_id
string
required

Catalog Endpoint Id

brand_id
string
required

Catalog Brand Id

portal_id
string
required

Catalog Portal Id

redirect_uri
string
required

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

reconnect_org_connection_id
string

Organization connection id, used for reconnecting existing patients

external_id
string

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

external_state
string

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

Response

302

Redirect