Skip to main content
POST
Start an ownership search
Submit up to 500 physical business locations for asynchronous operator resolution. Every accepted submission creates a new batch and returns 202 Accepted. Every location must include name and address. You may optionally provide phone, email, and website to improve matching.
Save the returned batch_id. Use it to poll the batch; the succeeded response includes the complete result JSON. customer_record_id may be omitted or set to null. The API generates a unique value and returns it with that location’s result. See Local-business batches for input rules, states, result semantics, and billing.

Authorizations

X-API-Key
string
header
required

Body

application/json
locations
object[]
required
Required array length: 1 - 500 elements

Response

Batch accepted and queued for asynchronous processing.

batch_id
string
required
Required string length: 7 - 200
Pattern: ^batch_[0-9A-Za-z]+$
location_count
integer
required
Required range: 1 <= x <= 500
created_at
string<date-time>
required
status
string
required
Allowed value: "queued"
type
string
default:local_business_batch
Allowed value: "local_business_batch"