Bruno-Collection-HIBP/Our Breaches/All stealder log domains fo...

28 lines
454 B
Plaintext

meta {
name: All stealder log domains for an email address
type: http
seq: 2
}
get {
url: https://haveibeenpwned.com/api/v3/stealerlogsbyemail/{{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 stealer log domains for an email address](https://haveibeenpwned.com/API/v3#StealerLogsForEmail)
}