Upload credentials

Receive an analysis on whether the provided credentials were flagged as compromised by CI collection.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
appIdstringRequired
The Application ID
credentialsstringRequired
A hashed, salted, and normalized version of the credential pair. Email us at [contact-support@humansecurity.com](mailto:contact-support@humansecurity.com) to get the normalization and hashing code.

Response

Success
compromisedboolean or null

Whether Credential Intelligence detected the credentials as compromised. true means CI did detect them as compromised.

Errors