Skip to main content
POST
Enrich stores

Authorizations

Authorization
string
header
required

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

Body

application/json
domains
string[]
required

Store domains or URLs to enrich. Inputs are normalized to hostnames.

Required array length: 1 - 25 elements
include
enum<string>[]
Available options:
store,
technologies,
contact_previews
contact_roles
string[]
Maximum array length: 50
max_contacts_per_store
integer
default:1
Required range: 1 <= x <= 10
reveal_contacts
boolean
default:false

Must be false in V1 synchronous enrichment. Use /api/v1/contacts/reveal to reveal contacts.

Response

Found and not-found rows for a small set of domains already present in the StoreInspect database.

object
string
required
Allowed value: "store_enrichment_result"
data
object[]
required
found
integer
required
Required range: x >= 0
not_found
integer
required
Required range: x >= 0
request_id
string
required