Skip to main content
GET
Business Prefill

Authorizations

X-API-Key
string
header
required

Query Parameters

officer_name
string
required

Officer name to search

business_name
string | null

Business name to use for matching comparison (not used for searching)

similarity_threshold
number
default:0.9

Similarity threshold for the search (0.0 to 1.0). Defaults to 0.9.

Required range: 0.5 <= x <= 1
limit
integer
default:50

Maximum number of results to return

Required range: 1 <= x <= 50

Response

Successful Response

name
string
required

The name of the registration.

Example:

"Garcia, Hernandez and Woods"

state
enum<string>
required

The state in which the registration was filed.

Available options:
AL,
AK,
AZ,
AR,
CA,
CO,
CT,
DE,
DC,
FL,
GA,
HI,
ID,
IL,
IN,
IA,
KS,
KY,
LA,
ME,
MD,
MA,
MI,
MN,
MS,
MO,
MT,
NE,
NV,
NH,
NJ,
NM,
NY,
NC,
ND,
OH,
OK,
OR,
PA,
RI,
SC,
SD,
TN,
TX,
UT,
VT,
VA,
WA,
WV,
WI,
WY,
PR,
VI,
AE,
AA,
AP,
GU,
AS
Example:

"AZ"

file_number
string
required

The filing number of the registration.

Example:

"867124"

similarity_score
number
required

The similarity score of the registration.

issue_date
string<date> | null

The date the registration was issued.

Example:

"2024-01-01"

primary_address
AddressSummaryResponse (v1) · object | null

The primary address of the registration, if available.

officers
string[]

The officers associated with the registration.

Example:
alternative_names
string[]

The alternative names associated with the registration.

business_name_match
enum<string> | null

The match type between the input business name and the registration name.

Available options:
NO_MATCH,
SIMILAR,
EXACT
Example:

"EXACT"