Skip to content

Commit

Permalink
add sdk example for cookie monitoring (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendoyon authored Oct 23, 2024
1 parent 44a9fdb commit 3b8f33c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/api-reference/leaksdb/endpoints/post-cookies-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Returns a list of credentials matching the query provided.
"items": [
{
"domain": "flare.io",
"expires_at": None,
"name": None,
"path": None,
"stealer_log_id": "1",
"value": None,
"expires_at": "2024-10-18T00:00:00+00:00",
"name": "session",
"path": "/",
"stealer_log_id": "stealer_log/stealer_logs_live/12345",
"value": "abcdefghijkl",
},
],
"next": "WzFd",
Expand Down

0 comments on commit 3b8f33c

Please sign in to comment.