Retrieve patch verification requests for a specific vulnerability
cURL
curl --request GET \ --url https://api.synack.com/v1/vulnerabilities/{vulnerability_id}/patch_verifications \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "message": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "user": { "id": 123, "email": "<string>", "assessment_ids": [ "<string>" ], "banned": true, "admin": true, "invite_url": "<string>" } } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Vulnerability ID
Patch verifications retrieved successfully
Show child attributes