Leak Reports
Get report credentials
Retrieve the detailed list of leaked credentials included in a specific report with pagination.
GET
/v1/leaks/:reportId/credentialsAuthorizations
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/jsonResponse
application/json404Report not found
{
"success": false,
"message": "Report not found",
"error": "NotFound"
}