Identities
List by Domain
GET
/
leaksdb
/
identities
/
by_domain
/
{domain}
DEPRECATED: This endpoint should be replaced by /credentials/_search
Returns a list of accounts matching the domain provided.
The format of the domain should include everything after the @
.
Results are returned in ascending order by id.
Paging
By using the id of the last item from a request as the value for the query parameter from of the following request, you will be able to scroll through results. When the result contains an empty list, you know that you received all results
Path Parameters
domain
string
requiredThe domain to look up.
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).
Was this page helpful?