GET
/
v2
/
vulnerability
/
filters
Get All Filters for Vulnerabilities
curl --request GET \
  --url https://api.projectdiscovery.io/v2/vulnerability/filters \
  --header 'X-API-Key: <api-key>'
[
  {
    "can_sort": true,
    "data_type": "<string>",
    "description": "<string>",
    "examples": [
      "<string>"
    ],
    "facet_possible": true,
    "field": "<string>",
    "search_analyzer": "<string>",
    "enum_values": [
      "<string>"
    ]
  }
]

Authorizations

X-API-Key
string
header
required

Response

200
application/json

OK

The response is of type object[].