check

Bulk entity check

Check up to N entities per request (N depends on subscription plan). Each entity may be a domain, IP, or URL string.

post/bulk/check

Request body

enrichmentstring nullable

Optional enrichment level (e.g. basic, standard, full)

entitiesstring[] required

Domains, IPs, and/or URLs to check

formatstring nullable

Optional response format (json or csv)

Response

Batch results

errorsstring[] nullable
processedinteger required
processing_time_msinteger required
successboolean required
totalinteger required

Example response

{
  "results": [
    {
      "type": "domain"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.