GET
/
bridge
/
org_connection
/
{orgConnectionId}
Get Organization Connection information
curl --request GET \
  --url https://api.connect.fastenhealth.com/v1/bridge/org_connection/{orgConnectionId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true,
  "data": {
    "org_connection_id": "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6",
    "org_id": "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6",
    "catalog_brand_id": "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6",
    "catalog_portal_id": "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6",
    "catalog_endpoint_id": "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6",
    "platform_type": "epic",
    "api_mode": "live",
    "status": "authorized",
    "scope": "openid fhirUser offline_access patient/*.read"
  }
}

Authorizations

Authorization
string
header
required

Basic Authentication, containing API Public Id and Private Key generated from the Fasten Connect Portal. Do not expose these keys in the browser.

Path Parameters

orgConnectionId
string
required

Patient Connection Id

Response

200 - application/json

successful operation

success
boolean
Example:

true

data
object