Findings
List the data breach findings for a company.
List the data breach findings for a company. These findings might include Information Disclosure, Leak Credential, IP Reputation, Hacktivist Shares module findings.<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/databreach
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 | 500 | 1000 | 5000
Example:10
The number of result items in a single response.
Response
Success
Example response
[
{
"FindingId": 2590965999,
"Module": "Information Disclosure",
"Url": "https://app.blackkitetech.com/api/v2/companies/22/findings/informationdisclosure/90965999"
}
]