Skip to main content
POST
Search Cookies
This endpoint requires access to Account & Session Takeover Prevention (ASTP). Please contact your Customer Success Manager for more details.
Returns a list of cookies 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

string
The exact domain for which you want to search cookies. Subdomains will not be included.
string[]
A list of exact values for which you want to search cookies. Currently limited to a single value.
number
The number of results to fetch. (default: 100, max: 2000)
string
The next value from the last response.
string[]
A list of names to filter for specific cookies, for example ['session', 'PHPSESSID']. (max: 10)
string[]
A list of paths to filter for specific cookies, for example ['/', '/login']. (max: 10)
string
ISO-formatted datetime string to filter for cookies added to Flare’s database after a given date, for example 2024-10-29T17:50:44.237148+00:00.
string
ISO-formatted datetime string to filter for cookie expiration, for example 2024-10-29T17:50:44.237148+00:00.
string
Order in which you want to browse the cookies. One of asc or desc. It defaults to asc which is the recommended way to use the API to obtain newly imported cookies.