HaveIBeenPwned · Example Payload

Hibp Get Pastes For Account Example

SecurityBreach NotificationCredential StuffingStealer LogsK-AnonymityPrivacyIdentity

Hibp Get Pastes For Account 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": "getPastesForAccount",
  "request": {
    "method": "GET",
    "url": "https://haveibeenpwned.com/api/v3/pasteaccount/account-exists%40hibp-integration-tests.com",
    "headers": {
      "user-agent": "naftiko-sandbox/1.0",
      "hibp-api-key": "00000000000000000000000000000000"
    }
  },
  "response": {
    "status": 200,
    "body": [
      {
        "Source": "Pastebin",
        "Id": "8Q0BvKD8",
        "Title": "syslog",
        "Date": "2014-03-04T19:14:54Z",
        "EmailCount": 139
      }
    ]
  }
}