Upload credentials

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

Authentication

AuthorizationBearer

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

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

Errors

401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error