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

28 lines
402 B
Plaintext

meta {
name: All pastes for an account
type: http
seq: 2
}
get {
url: https://haveibeenpwned.com/api/v3/pasteaccount/{{email}}
body: none
auth: inherit
}
headers {
hibp-api-key: {{hibp-api-key}}
}
vars:pre-request {
email: john.doe@example.org
}
settings {
encodeUrl: true
}
docs {
See: [Getting all pastes for an account](https://haveibeenpwned.com/API/v3#PastesForAccount)
}