GET /accounts/{account_id}/intel/domain

Gets security details and statistics about a domain.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Query parameters

Name Type Required Description
domain String No
skip_dns Boolean No

Skip DNS resolution lookups for faster response.

skip_ranking Boolean No

Skip the domain ranking lookup for faster responses. Defaults to false (ranking is included). Set to true to opt out — primarily used by callers like Cloudflare Radar that need to avoid a circular dependency when building the domain details page. Note: the bulk endpoint (/intel/domain/bulk) uses opposite defaults — see include_ranking there.

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.