cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/asset/enumerate \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "root_domains": [ "<string>" ], "enrichment_inputs": [ "<string>" ], "cloudlist_config_ids": [ "<string>" ], "name": "<string>", "steps": [ "dns_resolve" ], "enumeration_ports": "<string>", "alerting_config_ids": [ "<string>" ], "disable_global_alert_config": true, "exclude_targets": [ "<string>" ], "enumeration_config": { "follow-redirect": true, "ports": "<string>" }, "automatic_vuln_scans": true, "per_domain_enumeration": true }'
{ "id": "<string>", "truncated-scan-targets": 123, "is-public": true, "bulk_ids": [ "<string>" ], "failed_domains": {} }
Create a new enumeration
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Show child attributes
OK
Map of domain to failure reason
Was this page helpful?