cURL
curl --request GET \ --url https://us.cybedefend.com/project/{projectId}/results/sast/{vulnerabilityId} \ --header 'Authorization: Bearer <token>'
{ "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "vulnerabilityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "vulnerability": "<unknown>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Vulnerability of a project
Project unique identifier
Vulnerability unique identifier
Vulnerability object with a discriminator for SAST, IAC, or SCA