This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: Have I Been Pwned API | |
| description: Check if an email address or password has been exposed in a data breach | |
| version: 3.0.0 | |
| servers: | |
| - url: https://haveibeenpwned.com/api/v3 | |
| description: Have I Been Pwned API v3 | |
| paths: | |
| /breachedaccount/{account}: |