Have I Been Pwned integration (Security, Data). Imported from open-connector.
https://haveibeenpwned.com/api/v3/breaches
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | optional | Optional domain filter passed to the HIBP breaches endpoint. |
| isSpamList | boolean | optional | Optional spam-list filter passed to the HIBP breaches endpoint. |
/breach/{name}
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Stable breach Name value to retrieve from HIBP. |
/latestBreach
/dataClasses
/breachedAccount/{emailAddress}
| Param | Type | Required | Description |
|---|---|---|---|
| emailAddress | string | required | Email address to search in Have I Been Pwned. |
| domain | string | optional | Optional domain filter applied to the breached account search. |
| includeUnverified | boolean | optional | Whether to include breaches flagged as unverified in the HIBP account search. |
/pasteAccount/{emailAddress}
| Param | Type | Required | Description |
|---|---|---|---|
| emailAddress | string | required | Email address to search for paste exposures in HIBP. |
/subscription/status