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>"
}
}Was this page helpful?