{
"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
}
cookies credentialsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
credentials, cookies x <= 20Was this page helpful?