meta { name: All breaches for account type: http seq: 1 } get { url: https://haveibeenpwned.com/api/v3/breachedaccount/{{account}} body: none auth: inherit } headers { hibp-api-key: {{hibp-api-key}} } vars:pre-request { account: john.doe@example.org } settings { encodeUrl: true } docs { See: [Getting all breaches for an account](https://haveibeenpwned.com/API/v3#BreachesForAccount) }