DEPRECATED: It is no longer possible to access a list of all credentials in Flare’s database. This endpoint should be replaced by
/astp/v2/credentials/_search
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.
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.
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.