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
Example response
[
{
"Email": "john.doe@acmeinc.com",
"DetectionDate": "08/13/2020",
"Source": "Google",
"SourceType": "Darkweb Leak"
}
]