v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Risk Intelligence

Get the list of leaks.

Get the list of leaks.

get/api/v2/riskintelligence/leaks

Query parameters

keystring
Example:0f8fad5b-d9cb-469f-a165-70867728950e

The search key fetched from a call to searchLeaks operation. When this field is empty all leaks are returned.

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30 | 50 | 100
Example:10

The number of result items in a single response.

Response

Success

LeakIdnumber

The Leak Id

Namestring

The Leak Name

SourceDomainstring

The Leak Source Domain

Type'combolist' | 'breach'

The Leak Type

CurrentExposurenumber

It is the company count exposed by vulnerability currently.

PublishDatestring datetime

The date on which the tag was published.

RecordTypestring

The leak's record type

UniqueEmailAccountCountnumber

The mentioned email count on the leak.

FreshnessRateinteger

The old age rate of the leak.

TotalCountinteger

The total leak count.

ThreatActorstring

The leak’s threat actor.

SourceTypestring

The leak’s source type.

PasswordTypestring

The leak’s password type.

Notesstring nullable

The notes about leak.

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"
  }
]