v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Credentials

Lookup passwords for exposure

Checks if specified passwords were exposed.

post/identity/password/lookup

Request body

Example request

{
  "passwords": [
    {
      "hash": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8"
    }
  ]
}

Response

Success

Example response

{
  "results": [
    {
      "password": {
        "hash": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8"
      }
    }
  ]
}