diff --git a/docs/api-reference/leaksdb/endpoints/post-cookies-search.mdx b/docs/api-reference/leaksdb/endpoints/post-cookies-search.mdx
index 573ff3f..bbb19d9 100644
--- a/docs/api-reference/leaksdb/endpoints/post-cookies-search.mdx
+++ b/docs/api-reference/leaksdb/endpoints/post-cookies-search.mdx
@@ -15,6 +15,7 @@ Returns a list of credentials matching the query provided.
{
"items": [
{
+ "uuid": "44672461-aca4-4b3b-b192-6bd5429c4c6d",
"domain": "scatterholt.com",
"expires_at": "2024-10-18T00:00:00+00:00",
"name": "session",
diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx
index 2be1a9d..083e5eb 100644
--- a/docs/changelog/overview.mdx
+++ b/docs/changelog/overview.mdx
@@ -12,6 +12,11 @@ This page lists changes to Flare's API.
Release notes for the Flare Platform can be found on the [product documentation website](https://docs.flare.io/releases).
+
+ The [cookies search endpoint](/api-reference/leaksdb/endpoints/post-cookies-search) now
+ returns an `uuid` that can be used to uniquely identify cookies.
+
+
Released version 0.1.25 of the
[Python SDK](/sdk/python).