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>"
},
"alerting_config_ids": [
"<string>"
],
"subfinder_config_ids": [
"<string>"
],
"automatic_vuln_scans": true
}
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>"
},
"alerting_config_ids": [
"<string>"
],
"subfinder_config_ids": [
"<string>"
],
"automatic_vuln_scans": true
}
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Shared Response
The response is of type object
.
Was this page helpful?