Bruno-Collection-HIBP/Our Breaches/All breaches for account.bru

28 lines
412 B
Plaintext

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)
}