GET
/
v1
/
asset
/
enumerate
/
categories
Get categories for all enumerations
curl --request GET \
  --url https://api.projectdiscovery.io/v1/asset/enumerate/categories \
  --header 'X-API-Key: <api-key>'
{
  "asset_categories": [
    {
      "name": "<string>",
      "total_assets": 123,
      "technologies": {}
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

time
enum<string>
default:all_time

time filter to select

Available options:
last_day,
last_week,
last_month,
last_3_months,
last_6_months,
last_12_months,
all_time
start_date
string<date>

time filter start date

end_date
string<date>

time filter end date

show_hosts
boolean
domain
string[]

Response

200
application/json

OK

The response is of type object.