HaveIBeenPwned · Example Payload

Hibp Get Stealer Logs By Website Domain Example

SecurityBreach NotificationCredential StuffingStealer LogsK-AnonymityPrivacyIdentity

Hibp Get Stealer Logs By Website Domain Example is an example object payload from HaveIBeenPwned, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "getStealerLogsByWebsiteDomain",
  "request": {
    "method": "GET",
    "url": "https://haveibeenpwned.com/api/v3/stealerlogsbywebsitedomain/example.com",
    "headers": {
      "user-agent": "naftiko-sandbox/1.0",
      "hibp-api-key": "00000000000000000000000000000000"
    }
  },
  "response": {
    "status": 200,
    "body": ["alice@example.com", "bob@example.com", "carol@example.com"]
  }
}