{ "opencollection": "1.0.0", "info": { "name": "Have I Been Pwned API v3 Breached Accounts Pastes API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "hibp-api-key", "value": "{{hibp-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Pastes", "type": "folder" }, "items": [ { "info": { "name": "Get Pastes For An Account", "type": "http" }, "http": { "method": "GET", "url": "https://haveibeenpwned.com/api/v3/pasteaccount/:account", "params": [ { "name": "account", "value": "", "type": "path", "description": "URL-encoded email address to search." } ] }, "docs": "Returns all pastes referencing the supplied email address, sorted chronologically (newest first)." } ] } ], "bundled": true }