Business ID

Organizations & Government entities use Endato to research businesses as a tool to mitigate risk, fraud and further due diligence. Uncover any unknowns about potential business partners and vendors. Business searches on Galaxy include US Corporation data, FBN and FEIN, including bankruptcy, judgement, and lien data. Business data is matched to the individual; when researching a business, users are able to research who is behind a business or vendor.

❗️

Please Note:

BusinessID will be the search type in your request headers for "galaxy-search-type"

  • galaxy-ap-name: [Access Profile Name]
  • galaxy-ap-password: [Access Profile Password]
  • galaxy-client-session-id: (Optional) Session ID for logging
  • galaxy-client-type: [Galaxy Client Type] (required for Javascript clients)
  • galaxy-search-type: [BusinessV2]

2. Add search criteria to your request.

{
  "businessName": "hot dog stand",
  "addressLine2": "CA",
 }

3. Set the desired pagination rules

{
  "businessName": "hot dog stand",
  "addressLine2": "CA",
  "page": 1,
  "resultsPerPage": 10
}

4. Submit your search.