When getting the list of hubs, I'd like to know how to distinguish a hub from Autodesk Construction Cloud and a hub from Autodesk BIM 360.
For now, I'm using https://developer.api.autodesk.com/project/v1/hubs, which retrieves both ACC and BIM 360 hubs. I know that there's the data -> attributes -> extension -> type, but in both cases I receive "hubs:autodesk.bim360:Account"
When getting the list of project using https://developer.api.autodesk.com/project/v1/hubs/:hub_id/projects, there's data -> attributes -> extension -> data -> projectType which is either ACC or BIM360, which is good. But I'd like to have this information when getting the hubs too. Any help would be much appreciated :)