Skip to main content
POST
/haveibeenpwned/passwords

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300
Required range: 20 <= x <= 1500
password
string | null
Minimum string length: 1
hash
string | null
mode
enum<string>
default:sha1
Available options:
sha1,
ntlm

Response

Successful Response

hash
string
required
mode
enum<string>
required
Available options:
sha1,
ntlm
@type
string
default:HaveibeenpwnedPassword
is_pwned
boolean
default:false
pwn_count
integer
default:0