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

POST /api/ss/project/:id/retest/request HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close

Parameters

id (string)

Id of the project.

Example:

POST /api/ss/project/5e7c29afa3362408cf502a11/retest/request HTTP/1.1

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