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. Other parameters are optional and can be used to include system information of compromised devices or to specify a custom date range.
POST /api/get_customer_leaks.php
Name | Description |
---|---|
Name | Type | Required | Default | Description |
---|---|---|---|---|
POST /api/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., example.com, com.binance.app)
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