Autocomplete business identities

Search for business identities using partial name matching. Returns matching businesses with names, addresses, people, and entity type.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired

Business name to search for (minimum 3 characters)

entity_typeenumOptional
Entity type filter
Allowed values:
addresseslist of objectsOptional
Address filters

Response

autocomplete results
datalist of objects or null

Errors