GET /accounts/{account_id}/intel/domain/bulk

Returns security details and statistics about multiple domains in a single request.

Behavior change — domain ranking is becoming opt-in. This endpoint previously included domain ranking data in every response and accepted a skip_ranking=true query parameter to opt out. That parameter is being deprecated and ranking will no longer be returned by default. Callers that want ranking data must pass include_ranking=true. The skip_ranking parameter will be silently ignored once the change ships.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Query parameters

Name Type Required Description
domain[] Array No

Accepts multiple values like ?domain=cloudflare.com&domain=example.com.

skip_ranking Boolean No

Deprecated. Previously controlled whether the ranking lookup was skipped (defaulted to false, meaning ranking ran). The endpoint's default behavior is being flipped — ranking is now opt-in via include_ranking=true — and this parameter will be silently ignored. Remove it from your callers and use include_ranking instead.

include_ranking Boolean No

Whether to include domain ranking data in the response. Defaults to false — ranking lookups are expensive at bulk scale and most callers do not need them. Set to true to opt in. This parameter replaces the deprecated skip_ranking (see below).

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.