List all breaches for a given account.

External Documentation

To learn more, visit the Have I Been Pwned documentation.

Parameters

ParameterDescription
AccountThe account to check.
DomainFilters the result set to only breaches against the domain specified.
Include UnverifiedReturns breaches that have been flagged as unverified.
Shorten ResponseReturns the full breach model.

Example Output

[
	"<string>",
	"<string>"
]

Workflow Library Example

List Breaches for Account with Have I Been Pwned and Send Results Via Email

Preview this Workflow on desktop