v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

List all the email addresses related to the company.

List of any users that have had their account information exposed by deep web searching to find any publicly available organizational data.

get/api/v2/companies/{id}/emails

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.

querystring
Example:john

The value will be searched in the Email response field.

Response

Success

Emailstring

Email address that has been fetched from Internet sources. Rarely the format might be incorrect, such as '-john@acmeinc.com'.

DetectionDatestring

The date the email is detected first. The format month/day/year with leading zeros.

Sourcestring

The source of the finded email.

SourceTypestring

The source type of the leaked email.

Example response

[
  {
    "Email": "john.doe@acmeinc.com",
    "DetectionDate": "08/13/2020",
    "Source": "Google",
    "SourceType": "Darkweb Leak"
  }
]