GET
/
activities
curl --request GET \
  --url https://api.flare.io/firework/v2/activities/ \
  --header 'Authorization: Bearer <token>'
This response has no body data.

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

Authorizations

Authorization
string
header
required

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

Query Parameters

uid
string
required