HaveIBeenPwned · Example Payload

Hibp Generate Dns Token Example

SecurityBreach NotificationCredential StuffingStealer LogsK-AnonymityPrivacyIdentity

Hibp Generate Dns Token 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": "generateDnsToken",
  "request": {
    "method": "POST",
    "url": "https://haveibeenpwned.com/api/v3/domainverification/generateDnsToken",
    "headers": {
      "user-agent": "naftiko-sandbox/1.0",
      "hibp-api-key": "00000000000000000000000000000000",
      "content-type": "application/json"
    },
    "body": { "DomainName": "example.com" }
  },
  "response": {
    "status": 200,
    "body": { "txtRecordValue": "hibp-verify=dweb_abcdef1234567890" }
  }
}