Bruno-Collection-HIBP/Subscription/Subscription status.bru

24 lines
323 B
Plaintext

meta {
name: Subscription status
type: http
seq: 12
}
get {
url: https://haveibeenpwned.com/api/v3/subscription/status
body: none
auth: inherit
}
headers {
hibp-api-key: {{hibp-api-key}}
}
settings {
encodeUrl: true
}
docs {
See: [Subscription](https://haveibeenpwned.com/API/v3#SubscriptionStatus)
}