HaveIBeenPwned · Example Payload

Hibp Get Stealer Logs By Email Domain Example

SecurityBreach NotificationCredential StuffingStealer LogsK-AnonymityPrivacyIdentity

Hibp Get Stealer Logs By Email 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": "getStealerLogsByEmailDomain",
  "request": {
    "method": "GET",
    "url": "https://haveibeenpwned.com/api/v3/stealerlogsbyemaildomain/example.com",
    "headers": {
      "user-agent": "naftiko-sandbox/1.0",
      "hibp-api-key": "00000000000000000000000000000000"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "alice": ["netflix.com"],
      "bob": ["netflix.com", "spotify.com"]
    }
  }
}