It would be great to be able to fully use the licensing API to extract the data that is available in the Admin Center:
- Capacity usage per environment
- Each table's capacity usage
At the moment, for the capacity usage per environment, a few API work; however, they all return wrong data, different than in the Admin Center.
It would be great to be able to use the following once:
- https://licensing.powerplatform.microsoft.com/v0.1-alpha/tenants/tenantID/environments/envID/entitlements/Database
- https://licensing.powerplatform.microsoft.com/v2.0/tenants/tenantID/entitlements/Database/environments/envID/resources?skip=0&filter=contains(resourceId,%27%27)&orderby=consumed%20desc
- https://licensing.powerplatform.microsoft.com/v0.1-alpha/tenants/tenantID/entitlements/Database/environments/envID/trends?fromDate=2025-09-30&toDate=2025-10-03&interval=Daily
- https://emea.adminanalytics.powerplatform.microsoft.com/api/v1/cds/CapacityTrendSeries/Organizations/envID?TrendType=DATABASE&StartTime=StartTimeInTicks&EndTime=EndTimeInTicks
At the moment they are forbidden to use these http requests in Admin Center because there is no way to get the working access token:
Please allow us to use all the apis that are in the Admin Center.
