ComboLists Customer Leaks API

Combolists Username Leaks API

Description

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.

Endpoint

POST /api/combolists/v2/get_customer_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., [email protected]) 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/v2/get_customer_leaks.php

Example Success Response

Example Error Response

Code Examples

Example with Curl

Example with Python

Last updated