curl --request GET \ --url https://api.projectdiscovery.io/v1/asset/enumerate/{enumerate_id}/config \ --header 'X-API-Key: <api-key>'
{ "name": "<string>", "root_domains": [ "<string>" ], "enrichment_inputs": [ "<string>" ], "steps": [ "dns_resolve" ], "enum_ports": "<string>", "enumeration_config": { "follow-redirect": true, "ports": "<string>" } }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Shared Response
The response is of type object.
object
Was this page helpful?