RequestNewProjectRetest
This method can be used for the following functionality: Request a new retest for a project that user has access to.
Parameters
The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.
Headers
Parameters
id (string)
Id of the project.
Example:
retesting_window_start (string)
Start date for retest window. Must be ISO8601 datetime e.g. 2025-03-23T00:00:00.000Z.
Example:
retesting_window_end (string) (optional)
End date for retest window. Must be ISO8601 datetime e.g. 2025-03-30T00:00:00.000Z.
Example:
vulnerability_ids (array of strings)
Project Vulnerability Ids to include in-scope for the retest round. Vulnerabilities must be in 'Retest' status.
Example:
Example
The following example is a cURL request to request a retest round on a project.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains a status.
Last updated