cURL
curl --request GET \ --url https://api.flare.io/firework/v2/activities/ \ --header 'Authorization: Bearer <token>'
This response changes based on the event type.
/firework/v2/activities/{index}/{source}/{id}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?