Skip to main content
GET
Search business core identities by name, EIN, or email.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

network_id
string<uuid>
required

Network scope for the search

business_legal_name
string | null

Partial match on legal name

business_dba_name
string | null

Partial match on DBA name

business_email
string | null

Partial match on email

federal_ein
integer | null

Exact match on federal EIN

limit
integer
default:20

Max results

Required range: 1 <= x <= 100

Response

Successful Response

id
string<uuid>
required
identifier
string
required
created_at
string | null
updated_at
string | null
business_dba_name
string | null
business_email
string | null
business_entity_type
string | null
business_date_of_incorporation
string | null
business_phone
string | null
business_website_url
string | null
federal_ein
integer | null
employee_count
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$