ComboLists Customer Leaks API
Last updated
Last updated
The Customer Leaks API allows users to retrieve leaks associated with a specific query (e.g., domain or apk). The request must include the query parameter and apikey.
POST /api/combolists/get_customer_leaks.php
Name | Description |
---|---|
Name | Type | Required | Default | Description |
---|---|---|---|---|
POST /api/combolists/get_customer_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.