cURL
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 }
Get list of unique domains discovered in current month
Search with domain name
Limit the number of domains (Default 100)
Offset the number of domains (Default 0)
OK
The response is of type object.
object
Was this page helpful?