24 lines
325 B
Plaintext
24 lines
325 B
Plaintext
meta {
|
|
name: All breaches
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: https://haveibeenpwned.com/api/v3/breaches
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
hibp-api-key: {{hibp-api-key}}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|
|
|
|
docs {
|
|
See: [Getting all breached sites in the system](https://haveibeenpwned.com/API/v3#AllBreaches)
|
|
}
|