---
title: "Get Organization Connection information"
method: GET
path: "/bridge/org_connection/{orgConnectionId}"
tags: ["bridge"]
---

# Get Organization Connection information

`GET /bridge/org_connection/{orgConnectionId}`

Check the status of an existing organization connection.
        
<Warning>
This endpoint requires an API public id & private key for authentication. Do not expose these keys in the browser.
</Warning>

## Path parameters

- `orgConnectionId` string, required

## Response `200`

successful operation

- object
  - `success` boolean
  - `data` OrganizationConnection
    - `org_connection_id` string, uuid
    - `org_id` string, uuid
    - `catalog_brand_id` string, uuid
    - `catalog_portal_id` string, uuid
    - `catalog_endpoint_id` string, uuid
    - `tefca_directory_id` string — (TEFCA) The TEFCA Network Directory ID associated with this connection, if applicable. Only available for TEFCA connections.
    - `platform_type` string
    - `api_mode` 'live' | 'test' — API Mode
    - `status` 'authorized' | 'rejected' | 'refreshing' — Connection Status
    - `scope` string — FHIR Scopes granted by the patient. See https://hl7.org/fhir/smart-app-launch/scopes-and-launch-context.html
    - `consent_expires_at` string — (Optional) This will be an RFC3339 timestamp which will specify when the patient’s consent to share data with your application will expire.Only some EHRs will provide this information. For EHRs that do not provide this information, this field will be omitted.

---

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