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

28 lines
412 B
Plaintext

meta {
name: All breaches for domain
type: http
seq: 2
}
get {
url: https://haveibeenpwned.com/api/v3/breacheddomain/{{domain}}
body: none
auth: inherit
}
headers {
hibp-api-key: {{hibp-api-key}}
}
vars:pre-request {
domain: example.org
}
settings {
encodeUrl: true
}
docs {
See: [Getting all breached email addresses for a domain](https://haveibeenpwned.com/API/v3#BreachesForDomain)
}