Identities
List by Password
GET
/
leaksdb
/
identities
/
by_password
/
{password}
DEPRECATED: This endpoint should be replaced by /credentials/_search
This endpoint allow to search by passwords. It will return a list of JSON objects containing identities that have been associated seen using this password.
Results are returned in ascending order by id.
Path Parameters
password
string
requiredQuery Parameters
size
number
Maximum size of the JSON object that will be returned (maximum 10 000)
from
number
Id of the database entry you want to start from (excluding this id).
Was this page helpful?