Corporate Email Leaks API

Description

The Corporate Email Leaks API allows users to retrieve leaks associated specific email extension (e.g., [@]example.com). The request must include the query parameter and apikey. Other parameters are optional and can be used to include system information of compromised devices or to specify a custom date range.

Endpoint

POST /api/get_corporate_email_leaks.php

Required Headers

Name
Description

Content-Type

Must be set to application/json

Parameters

Name
Type
Required
Default
Description

query

string

Yes

N/A

The query to search for leaks (e.g., example.com)

apikey

string

Yes

N/A

Your API key.

include_system_info

int

No

0

Include system information of compromised devices (0 or 1)

start_date

string

No

1 week before current date

The start date for retrieving leaks in YYYY-MM-DD format

end_date

string

No

Current date

The end date for retrieving leaks in YYYY-MM-DD format

limit

int

No

N/A

Limits the results to given number

Sample Request

Request URL

POST /api/api/get_corporate_email_leaks.php

Example Success Response

Example Error Response

Code Examples

Example with Curl

Example with Python

Last updated