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
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain[] |
Array | No |
Accepts multiple values like |
skip_ranking |
Boolean | No |
Deprecated. Previously controlled whether the ranking lookup
was skipped (defaulted to |
include_ranking |
Boolean | No |
Whether to include domain ranking data in the response. Defaults to
Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.