Skip to main content
{
    "items": [
        {
            "host_key": "example.com",
            "path": "/",
            "expires_utc": "2025-01-01T00:00:00",
            "name": "example",
            "value": "🍪"
        }
    ],
    "next": null
}
GET
/
firework
/
v4
/
events
/
_expand
Expand Event Field
curl --request GET \
  --url https://api.flare.io/firework/v4/events/_expand \
  --header 'Authorization: Bearer <token>'
{
    "items": [
        {
            "host_key": "example.com",
            "path": "/",
            "expires_utc": "2025-01-01T00:00:00",
            "name": "example",
            "value": "🍪"
        }
    ],
    "next": null
}
Returns a page of items for a particular expanded field in a specified event.

Expandable fields

The following fields can be expanded for the given event type.
cookies credentials

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

field
enum<string>
required
Available options:
credentials,
cookies
uid
string
required
from
string | null
size
integer
default:20
Required range: x <= 20

Response

Successful Response

items
StealerLogCredential · object[]
required
next
string | null
required