GET
/
v1
/
asset
/
enumerate
/
domains
Get list of unique domains discovered in current month
curl --request GET \
  --url https://api.projectdiscovery.io/v1/asset/enumerate/domains \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "domain": "<string>",
      "enumerated_on": "2023-11-07T05:31:56Z"
    }
  ],
  "workspace_domains": 123,
  "total_domains": 123
}

Authorizations

X-API-Key
string
header
required

Query Parameters

Search with domain name

limit
integer

Limit the number of domains (Default 100)

offset
integer

Offset the number of domains (Default 0)

Response

200
application/json

OK

The response is of type object.