Retrieve details of a specific vulnerability
cURL
curl --request GET \ --url https://api.synack.com/v1/vulnerabilities/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "title": "<string>", "description": "<string>", "severity": "Critical", "status": "<string>", "cvss_score": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "tags": [ { "id": 123, "name": "<string>", "editable": true, "organization_profile_id": 123 } ], "attachments": [ { "id": 123, "filename": "<string>", "content_type": "<string>", "file_size": 123, "created_at": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Vulnerability ID
Vulnerability retrieved successfully
Critical
High
Medium
Low
Informational
Show child attributes