GET
/
vulnerabilities
curl --request GET \
  --url https://example.com/api/vulnerabilities/ \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

repo_ids
integer[] | null
vc_ids
integer[] | null
pr_ids
integer[] | null
live_commit_ids
integer[] | null
vulnerability_id
string | null
cve_id
string | null
fix_available
boolean | null
severity
string | null
created_after
string | null
created_before
string | null
artifact_type
string | null
package
string | null
license
string | null
vulnerability_type
enum<string> | null
Available options:
cve,
dependency-confusion
limit
integer
default:10
page
integer
default:1
sort_by
string
default:created_at
order_by
string
default:asc

Response

200
application/json
Successful Response

The response is of type any.