GET
/
bridge
/
catalog
curl --request GET \
  --url https://api.connect.fastenhealth.com/v1/bridge/catalog
{
  "success": true,
  "error": "",
  "data": {
    "id": "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6",
    "last_updated": "2024-04-03T10:00:00Z",
    "name": "Acme Health, Inc.",
    "portal_website": "https://www.example.com/privacy_policy",
    "description": "Acme Health, Inc. is a leading provider of healthcare services in the United States.",
    "endpoint_ids": [
      "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6"
    ]
  }
}

Query Parameters

api_mode
string
required

API Mode, used to filter institutions during lookup.

public_id
string
required

Public ID for Organization credential. See Authentication for more information

portal_id
string

Portal ID

brand_id
string

Brand ID

Response

200 - application/json

successful operation

The response is of type object.