GetTestsuites
This method can be used for the following functionality: Get details for all testsuites.
Parameters
Headers
GET /api/ss/testsuites HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: closeExample
Request
curl -X GET 'https://demo.attackforge.com/api/ss/testsuites' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'Response
Last updated