Skip to main content
POST
Search Credentials
Access to is required for this feature. Please contact your Customer Success Manager for more details.
Flare supports searching in credentials via two endpoints:
Returns a list of credentials matching the query provided.

Guides

See the guide for using this endpoint: Exporting a Domain’s Credentials .

Paging

This endpoint supports the Flare standard paging pattern .

Body Parameters

number
Maximum size of the JSON object that will be returned (maximum 10 000)
string
The next value from the last response.
string
default:"desc"
The order in which the results will be returned. (asc or desc)
string[]
Additional fields to return. Available options:
  • known_password_id: ID of the credential’s password.
  • auth_domains: for each credential, up to 100 hosts (domain only, e.g. login.example.com) where the credential was seen being used.
  • urls: for each credential, up to 100 full URLs (including scheme and path, e.g. https://login.example.com/signin) where the credential was seen being used. These are the complete addresses that auth_domains reports the host portion of.
object
One of the supported queries.
This query will match all credentials that contain the specified domain in the email address.
object