DarkRadar

Leak Reports

Get report credentials

Retrieve the detailed list of leaked credentials included in a specific report with pagination.

GET/v1/leaks/:reportId/credentials

Authorizations

X-API-Key
stringrequired

Path Parameters

reportId
stringrequired

Unique identifier of the leak report

Query Parameters

page
integerquery

Page number for pagination

limit
integerquery

Number of results per page

Body

application/json

Response

application/json
404Report not found
{
  "success": false,
  "message": "Report not found",
  "error": "NotFound"
}