cURL
curl --request GET \ --url https://api.valiqor.com/v2/security/projects/{project_id}/vulnerabilities \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "vulnerability_template_id": "<string>", "key": "<string>", "display_name": "<string>", "enabled": true, "visible_in_ui": true, "severity": "<string>", "alert_on_detection": true } ]
Get vulnerability detection configuration for a project
Returns which vulnerability types are enabled for detection in this project’s security audits.
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response