Authorization: Bearer ********************
x-api-key: ********************
curl --location --request GET '/v2/vulnerabilities?severity&exclude_dos&page&per_page&q&date_range_start&date_range_end&relative_date_range&sort_by' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"errors": [
{
"message": "string",
"type": "string",
"timestamp": "string"
}
]
}