28 lines
490 B
Plaintext
28 lines
490 B
Plaintext
meta {
|
|
name: All stealder log email addresses for a website domain
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: https://haveibeenpwned.com/api/v3/stealerlogsbywebsitedomain/{{domain}}?domain=example.org
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
domain: example.org
|
|
}
|
|
|
|
headers {
|
|
hibp-api-key: {{hibp-api-key}}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|
|
|
|
docs {
|
|
See: [Getting all stealer log email addresses for a website domain](https://haveibeenpwned.com/API/v3#StealerLogsForWebsiteDomain)
|
|
}
|