{
"event_type": "blog_post",
"metadata": {
"estimated_created_at": "2025-01-01T00:00:00",
"flare_url": "https://app.flare.io/#/uid",
"matched_at": null,
"severity": "info",
"uid": "index/source/id"
},
"data": {
"url": "https://www.blog_name.com/post_slug",
"content": "Post content",
"description": "Post description",
"posted_at": "2025-01-01T00:00:00"
}
}
curl --request GET \
--url https://api.flare.io/firework/v4/events/ \
--header 'Authorization: Bearer <token>'{
"event_type": "blog_post",
"metadata": {
"estimated_created_at": "2025-01-01T00:00:00",
"flare_url": "https://app.flare.io/#/uid",
"matched_at": null,
"severity": "info",
"uid": "index/source/id"
},
"data": {
"url": "https://www.blog_name.com/post_slug",
"content": "Post content",
"description": "Post description",
"posted_at": "2025-01-01T00:00:00"
}
}
{
"event_type": "blog_post",
"metadata": {
"estimated_created_at": "2025-01-01T00:00:00",
"flare_url": "https://app.flare.io/#/uid",
"matched_at": null,
"severity": "info",
"uid": "index/source/id"
},
"data": {
"url": "https://www.blog_name.com/post_slug",
"content": "Post content",
"description": "Post description",
"posted_at": "2025-01-01T00:00:00"
}
}
curl --request GET \
--url https://api.flare.io/firework/v4/events/ \
--header 'Authorization: Bearer <token>'{
"event_type": "blog_post",
"metadata": {
"estimated_created_at": "2025-01-01T00:00:00",
"flare_url": "https://app.flare.io/#/uid",
"matched_at": null,
"severity": "info",
"uid": "index/source/id"
},
"data": {
"url": "https://www.blog_name.com/post_slug",
"content": "Post content",
"description": "Post description",
"posted_at": "2025-01-01T00:00:00"
}
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?