ComboLists Corporate Email Leaks API
Last updated
Last updated
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.
POST /api/combolists/get_corporate_email_leaks.php
Name | Description |
---|---|
Name | Type | Required | Default | Description |
---|---|---|---|---|
POST /api/combolists/get_corporate_leaks.php
Example with Curl
Example with Python
Content-Type
Must be set to application/json
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.