---
title: "GET /bridge/catalog/export"
method: GET
path: "/bridge/catalog/export"
tags: ["bridge"]
---

# GET /bridge/catalog/export

`GET /bridge/catalog/export`

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>

## Response `200`

Download URLs for each catalog file

- object
  - `brands.json` string, uri — Bulk metadata for every brand supported by Fasten Connect.
  - `portals.json` string, uri — Bulk metadata for every portal supported by Fasten Connect.
  - `endpoints.json` string, uri — Bulk metadata for every endpoint supported by Fasten Connect.

---

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