GetReportTemplates
This method can be used for the following functionality: Get all Report Templates you have access to.
Parameters
Headers
GET /api/ss/report-templates 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/report-templates' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'Response
Last updated