v1
latestOpenAPI 3.0.1Private2026-07-2212926.5 KBbridge
Download the full Fasten Connect catalog in bulk. This endpoint returns URLs for JSON files that contain all brands, portals, and endpoints that are currently available in our catalog.
Use this API when you need to hydrate or refresh an offline cache instead of repeatedly calling the catalog lookup endpoints.
<Warning> The download URLs expire after 60 minutes. Begin downloading the files immediately after requesting them.This API is rate limited and the data structure is subject to change. Please contact support@fastenhealth.com before use. </Warning>
get/bridge/catalog/export
Response
Download URLs for each catalog file
Example response
{
"brands.json": "https://fasten-connect-cdn-prod-1234/catalog/2024-06-28/brands.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Expires=60&...",
"portals.json": "https://fasten-connect-cdn-prod-1234/catalog/2024-06-28/portals.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Expires=60&...",
"endpoints.json": "https://fasten-connect-cdn-prod-1234/catalog/2024-06-28/endpoints.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Expires=60&..."
}