{
"items": [
{
"host_key": "example.com",
"path": "/",
"expires_utc": "2025-01-01T00:00:00",
"name": "example",
"value": "🍪"
}
],
"next": null
}
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
}
{
"items": [
{
"host_key": "example.com",
"path": "/",
"expires_utc": "2025-01-01T00:00:00",
"name": "example",
"value": "🍪"
}
],
"next": null
}
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.Documentation Index
Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
Use this file to discover all available pages before exploring further.
cookies credentialsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
credentials, cookies x <= 20Was this page helpful?