Skip to main content
POST
Enrich an indicator on-demand

Body

application/json

Request body for POST /v1/enrichments.

Accepts either {type, value} or {indicator_type, indicator_value}.

type
enum<string>
required

Supported indicator-of-compromise (IOC) types.

Available options:
ip,
domain,
hash_md5,
hash_sha1,
hash_sha256,
url,
email,
account
value
string
required

Response

Successful Response

data
OnDemandEnrichmentResponse · object
required

Response body for POST /v1/enrichments.

meta
Meta · object