Cookies
Search Cookies (beta)
POST
/
leaksdb
/
v2
/
cookies
/
_search
Access to this feature is not enabled for all accounts by default. Please contact your Customer Success Manager if you are interested in enabling it on your account.
Returns a list of credentials matching the query provided.
Paging
This endpoint supports the Flare standard paging pattern .
Guides
See the guide for using this endpoint: Monitor Leaked Cookies for your Domain .
Body Parameters
domain
string
The exact domain for which you want to search cookies. Subdomains will not be included.
size
number
The number of results to fetch. (max: 10)
from
string
The next
value from the last response.
paths
string[]
A list of paths to filter for specific cookies, for example ['/', '/login']
. (max: 50)
expires_after
string
The ISO-formatted datetime string to filter for cookie expiration, for example 2024-10-29T17:50:44.237148+00:00
.
Was this page helpful?