Skip to content

Leaks.ai API (1.0.0)

REST API for Leaks.ai - monitor credential exposures across your organization's domains. Access leaks, infected endpoints, compromised resources, and exposed users. All list endpoints support pagination and filtering. Authentication via API key.

Download OpenAPI description
Languages
Servers
Mock server
https://docs.leaks.ai/_mock/openapi
API base path
https://api.leaks.ai/api/v1
Operations

Request

Returns all non-archived domains for the organization associated with the API key.

Security
ApiKeyAuth
curl -i -X GET \
  https://docs.leaks.ai/_mock/openapi/domains \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>'

Responses

Success

Bodyapplication/json
dataArray of objects(Domain)
Response
application/json
{ "data": [ { … }, { … } ] }
Operations

Infected Endpoints associated with leaks

Operations

Resources (domains, IPs, APKs) associated with leaks

Operations

Users represent leaks grouped by login (email or username).

Operations