---
title: "POST /bridge/catalog/search"
method: POST
path: "/bridge/catalog/search"
tags: ["bridge"]
---

# POST /bridge/catalog/search

`POST /bridge/catalog/search`

Search for healthcare institutions supported by Fasten Connect. 

<Note>
This is used to display branding information in the Stitch.js popup widget.
This API not required, unless you are building a custom widget.
</Note>

<Warning>
This API is rate limited and is subject to change. **Please contact support@fastenhealth.com before use.**
</Warning>

## Query parameters

- `api_mode` string, required
- `public_id` string, required

## Request body

- object
  - `searchAfter` string[] — Pagination information
  - `query` string — Search Query

## Response `200`

successful operation

- object
  - `success` boolean
  - `data` LighthouseCatalogSearchResults
    - `hits` object
      - `total` object
        - `value` integer
      - `hits` object[]
        - `_type` string
        - `_id` string
        - `_score` number
        - `sort` string[]
        - `_source` object — Branding information for a healthcare institution
          - `id` string, uuid
          - `last_updated` string, date-time
          - `name` string
          - `brand_website` string, uri
          - `aliases` string[]
          - `description` string
          - `portal_ids` string[]
          - `brand_ids` string[]
          - `sort_name` string
          - `hidden` boolean
          - `platform_type` string

---

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