{ "opencollection": "1.0.0", "info": { "name": "Have I Been Pwned API v3 Breach Breacheddomain API", "version": "3.0.0" }, "items": [ { "info": { "name": "Breacheddomain", "type": "folder" }, "items": [ { "info": { "name": "Get all breached email addresses for a domain", "type": "http" }, "http": { "method": "GET", "url": "https://haveibeenpwned.com/api/v3/breacheddomain/:domain", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "domain", "value": "", "type": "path", "description": "The domain to be searched for. Must be a verified domain in the domain search dashboard." } ], "auth": { "type": "apikey", "key": "hibp-api-key", "value": "{{hibp-api-key}}", "placement": "header" } }, "docs": "Available on Core and Pro subscriptions. Returns all breached email aliases on a verified domain and the breach names they have appeared in. The domain must already have been added to the domain search dashboard and successfully verified. Sensitive breaches are returned because this API is only available after domain control has been demonstrated." } ] } ], "bundled": true }