GET
/
v1
/
asset
/
enumerate
/
{enumerate_id}
/
config
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>"
  }
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Path Parameters

enumerate_id
string
required

Response

200
application/json
Shared Response
name
string
root_domains
string[]
enrichment_inputs
string[]
steps
enum<string>[]
Available options:
dns_resolve,
dns_bruteforce,
dns_permute,
port_scan,
http_probe,
http_screenshot,
dns_passive
enum_ports
string
enumeration_config
object