Search for accounts using a known-compromised password
search
Search for accounts using a known-compromised password
Finds accounts whose stolen credential record uses the exact password provided (4-200 chars). The raw password is not returned in results — only the affected username/domain/url. Use to assess blast radius of a leaked or weak password. Pro/Ultra only (search:password scope). Cursor-paginated.
POST
Search for accounts using a known-compromised password
Authorizations
Static API key, format vp_<env>_<8-hex-prefix>.<40-hex-secret>. Preferred header for server-to-server integrations.
Body
application/json
Plaintext password to search for across stolen-credential records. Minimum 4 characters.
Required string length:
4 - 200Example:
"Summer2024!"
Sort order applied to inserted_at. Must stay constant across paginated requests using the same cursor.
Available options:
asc, desc Required range:
1 <= x <= 500