{ "opencollection": "1.0.0", "info": { "name": "Have I Been Pwned API v3 Breached Accounts API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "hibp-api-key", "value": "{{hibp-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Breached Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Breaches For An Account", "type": "http" }, "http": { "method": "GET", "url": "https://haveibeenpwned.com/api/v3/breachedaccount/:account", "params": [ { "name": "account", "value": "", "type": "path", "description": "URL-encoded email address to search." }, { "name": "truncateResponse", "value": "", "type": "query", "description": "When true (default) only breach names are returned. Set false for full breach objects." }, { "name": "domain", "value": "", "type": "query", "description": "Filter results to breaches against the supplied domain." }, { "name": "IncludeUnverified", "value": "", "type": "query", "description": "When true (default), unverified breaches are included in results." } ] }, "docs": "Returns all breaches for the supplied email address. Requires a valid `hibp-api-key`\nand a descriptive `user-agent` header.\n" }, { "info": { "name": "Get Breaches By K-Anonymity Range", "type": "http" }, "http": { "method": "GET", "url": "https://haveibeenpwned.com/api/v3/breachedaccount/range/:hashPrefix", "params": [ { "name": "hashPrefix", "value": "", "type": "path", "description": "First six characters of the SHA-1 hash of the email address (uppercase)." } ] }, "docs": "Returns email-account breach matches using a k-anonymity model. Supply the first six\ncharacters of the SHA-1 hash of the email address. Available on Pwned 2 and higher.\n" } ] } ], "bundled": true }