Findings
List all web security data of a company.
This is a special analysis of the company’s main website. The findings are collected from the SSL/TLS Strength, Patch Management, Application Security, Web Ranking and Brand Monitoring sub-categories. This category has 6% effect on total scan score.<br/><br/> For storage optimization, the system <b>permanently</b> deletes all findings that haven't been detected by the Black Kite scanner for over a year. Findings with manually changed statuses or associated tickets are excluded.
get/api/v2/companies/{id}/findings/websitesecurity
Path parameters
idinteger required
The id of the target company.
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100 | 250
Example:10
The number of result items in a single response.
Response
Success
Example response
[
{
"Domain": "acmeinc.com",
"SecurityHeaderRelatedControlIds": [
"APPSEC-001"
],
"PossibleVulnerabilitiesRelatedControlIds": [
"APPSEC-026"
],
"LatestScreenshotUrl": "https://image.normshield.com/api/v1/ss?f=2021_08_07_d3773a9111df11202380b7663594.png",
"CodeQualityControlId": "FRADOM-001",
"CodeQualityFindings": [
{
"Title": "Error : The character encoding was not declared. Proceeding using windows-1252.",
"Location": "At line 16, column 76",
"Code": "type=c\"text/css<b>\"</b> /><span class=\"lf\" title=\"Line break\">↩</span><link href"
}
]
}
]