Retrieve download links for the entire Fasten Connect catalog in one request.
public_id and private_key) whenever you need to hydrate an offline cache of our catalog.
Instead of iterating through the /bridge/catalog lookup endpoint, this API returns pre-signed URLs for JSON files that contain the entire public catalog:
brands.json – Logos, names, TEFCA directory metadata, and other display properties for each brand.portals.json – Portal definitions, including login methods and the brands they belong to.endpoints.json – Technical endpoint configuration, such as FHIR base URLs, TEFCA IAS capability flags, and supported auth flows.Basic Authentication, containing API Public Id and Private Key generated from the Fasten Connect Portal. Do not expose these keys in the browser.
Download URLs for each catalog file
Bulk metadata for every brand supported by Fasten Connect.
"https://fasten-connect-cdn-prod-1234/catalog/2024-06-28/brands.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Expires=60&..."
Bulk metadata for every portal supported by Fasten Connect.
"https://fasten-connect-cdn-prod-1234/catalog/2024-06-28/portals.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Expires=60&..."
Bulk metadata for every endpoint supported by Fasten Connect.
"https://fasten-connect-cdn-prod-1234/catalog/2024-06-28/endpoints.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Expires=60&..."