Skip to main content
GET
/
api
/
external
/
buyer
/
quick
/
search
Search Buyers
curl --request GET \
  --url https://dashboard.starbridge.ai/api/external/buyer/quick/search \
  --header 'Authorization: Bearer <token>'
{
  "buyers": [
    {
      "id": "<string>",
      "name": "<string>",
      "countryCode": "<string>",
      "fromSourceFile": true,
      "type": "AdministrativeAgency",
      "stateCode": "<string>",
      "url": "<string>",
      "tags": [
        "<string>"
      ],
      "linkedinSlug": "<string>",
      "logoPath": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://hc.starbridge.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

HTTP Bearer Authentication

Query Parameters

buyerName
string
required

Buyer name to search Buyer entity by.

buyerStateCode
string

StateMapping enum value for the buyer's ISO 3166-2 state code. Optional.

limit
string

Maximum number of buyers to return. Defaults to 10.

Response

Matching buyers ordered by relevance.

buyers
BuyerBrief · object[]
required

Matching buyers (institutions) ordered by search relevance. Pick the single buyer that best fits the user's intent.