GET
/
leaksdb
/
identities
/
by_password
/
{password}

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
required

Query 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).