cURL
curl --request GET \ --url https://app.pentest-tools.com/api/v2/scans/{id}/raw \ --header 'Authorization: Bearer <token>'
{ "data": [ "<string>" ] }
Use the "API key" from the profile page as the token
id of scan
OK
The raw output of the scan
Was this page helpful?