GET
/
activities
curl --request GET \
  --url https://api.flare.io/firework/v2/activities/ \
  --header 'Authorization: Bearer <token>'
This response changes based on the event type.

For backwards compatibility, this endpoint is also available as /firework/v2/activities/{index}/{source}/{id}.

This response changes based on the event type.

Authorizations

Authorization
string
header
required

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

Query Parameters

uid
string
required