v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Business

Get Business Search Combinations

get/businesses/{id}/search_combinations

Path parameters

idstring uuid required

Query parameters

limitinteger
offsetinteger

Response

Successful Response

created_atstring date-time required

The date and time when the search was created.

namestring required

The name inputted on the search.

addressstring required

The address inputted on the search.

tinstring nullable

The TIN inputted on the search.

officer_namesstring[]

The officer names inputted on the search.

Example response

[
  {
    "created_at": "2026-07-16T19:24:27.640670",
    "name": "Clark PLC",
    "address": "63788 Paige Lane Cooperfurt, MI 10037",
    "tin": "123456789",
    "officer_names": [
      "Louis Schneider"
    ]
  }
]