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": "<string>", "name": "<string>", "email": "<string>", "slug": "<string>", "role": "client", "created_at": "2023-11-07T05:31:56Z", "updated_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
Patch verifications retrieved successfully
Show child attributes
client
researcher
admin