🚀 TEFCA IAS is now Generally Available! See our TEFCA Developer Guide for details.
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",
"tefca_directory_id": "urn:oid:2.16.840.1.111111.3.3126.2.3.33929.5",
"platform_type": "epic",
"api_mode": "live",
"status": "authorized",
"scope": "openid fhirUser offline_access patient/*.read",
"consent_expires_at": "2026-01-17T00:00:00Z"
}
}Check the status of an existing organization connection.
This endpoint requires an API public id & private key for authentication. Do not expose these keys in the browser.
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",
"tefca_directory_id": "urn:oid:2.16.840.1.111111.3.3126.2.3.33929.5",
"platform_type": "epic",
"api_mode": "live",
"status": "authorized",
"scope": "openid fhirUser offline_access patient/*.read",
"consent_expires_at": "2026-01-17T00:00:00Z"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.connect.fastenhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Authentication, containing API Public Id and Private Key generated from the Fasten Connect Portal. Do not expose these keys in the browser.
Patient Connection Id