Prefill business information

Smart populate business attributes by searching with name and address, TIN, or website URL. Returns enriched business data.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
nameslist of stringsOptional

Business name(s) to search for

addresseslist of stringsOptional

Business address(es) to search for

tinstringOptional
Taxpayer Identification Number
website_urlstringOptional
Business website URL

Response

prefill results
objectstring or null
nameslist of objects or null
Business names
addresseslist of objects or null
Business addresses
tinobject or null
TIN information if verified
formationobject or null
Formation details
industry_classificationslist of objects or null
Industry classifications
peoplelist of objects or null
Associated persons
websiteobject or null
Website information

Errors