curl --request GET \
--url https://api.flare.io/firework/v2/assets/groups/ \
--header 'Authorization: Bearer <token>'{
"assets_groups": {
"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/ \
--header 'Authorization: Bearer <token>'{
"assets_groups": {
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"name": "<string>",
"urn": "<string>"
}
}Was this page helpful?