cURL
curl --request GET \ --url https://api.defendis.ai/api/v1/dataleaks/stats \ --header 'Authorization: Bearer <token>'
{ "domain": "<string>", "credentialsCount": 123, "victimsCount": 123, "documentsCount": 123, "victimTypes": { "countexecutive": "<string>", "countemployee": "<string>", "countcustomer": "<string>" }, "riskScore": "<string>", "credentialRiskBreakdown": { "Total": 123, "Critical": 123, "High": 123, "Medium": 123, "Low": 123, "None": 123 }, "generatedAt": "2023-11-07T05:31:56Z" }
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Stats response
Show child attributes
Was this page helpful?