Risk Intelligence
Get details of a leak.
Get details of a leak by its Id.
get/api/v2/riskintelligence/leaks/{leakId}
Path parameters
leakIdstring required
Example:123
The leak Id.
Response
Success
Example response
{
"LeakId": 345,
"Name": "(TGM:CRACKING RABBIT)(COMBOLIST)-15KMixedGoods-20250317",
"SourceDomain": "miscellaneous",
"Type": "combolist",
"CurrentExposure": 9,
"PublishDate": "1999-12-30T05:00:00.000Z",
"RecordType": "mail",
"UniqueEmailAccountCount": 123,
"FreshnessRate": 2,
"TotalCount": 234,
"ThreatActor": "Unknown",
"SourceType": "telegram",
"PasswordType": "plain"
}