Skip to main content
Retrieve patch verification requests for a specific vulnerability.
External DocumentationTo learn more, visit the Synack documentation.

Parameters

ParameterDescription
Vulnerability IDThe ID of the vulnerability. Can be obtained using the List Vulnerabilities action.

Example Output

[
	{
		"id": 0,
		"message": "",
		"status": "",
		"created_at": "",
		"user": {
			"id": 0,
			"email": "",
			"assessment_ids": [],
			"admin": false,
			"invite_url": "",
			"banned": false
		}
	}
]

Workflow Library Example

List Vulnerability Patch Verifications with Synack and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop