curl --request GET \
--url https://api.flare.io/firework/v2/assets/groups/{assets_group_id} \
--header 'Authorization: Bearer <token>'{
"assets_group": {
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"name": "<string>",
"urn": "<string>"
}
}curl --request GET \
--url https://api.flare.io/firework/v2/assets/groups/{assets_group_id} \
--header 'Authorization: Bearer <token>'{
"assets_group": {
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"name": "<string>",
"urn": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?