ComboLists Corporate Email Leaks API
Combolists Username Leaks API
Description
The Corporate Email Leaks API allows users to retrieve leaks associated with a specific email extension (e.g., [@]example.com). The request must include the query parameter and apikey.
Endpoint
POST /api/combolists/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., test@example.com) Must be in email format.
apikey
string
Yes
N/A
Your API key.
limit
int
No
20
Affects have many results return for query. Max value 500.
start_id
int
No
N/A
To restrict results to start from given id.
Sample Request
Request URL
POST /api/combolists/get_corporate_leaks.php
Example Success Response
Example Error Response
Code Examples
Example with Curl
Example with Python
Last updated