Skip to main content
GET
/
scans
/
{id}
/
raw
Get scan raw output by ID
curl --request GET \
  --url https://app.pentest-tools.com/api/v2/scans/{id}/raw \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Path Parameters

id
integer
required

id of scan

Response

OK

data
string[]
required

The raw output of the scan