GET
/
leaksdb
/
credentials

This endpoint will return a list of all crendentials in Flare’s database, meant to be used as a feed.

Results are returned in ascending order by id, and optional parameters can be added to the query to fetch and filter large amounts (or all) of results.

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.

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

order
string

Order in which you want to browse the credentials. One of asc or desc. It defaults to asc which is the recommended way to use the API to obtain newly imported passwords.

source_id
number

Return only credentials that belong to the specified source.