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

Parameters

ParameterDescription
MessageThe patch verification message.
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

Create Vulnerability Patch Verification with Synack and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop