X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/billing/allAccountsAggregated' \
--header 'X-API-Token;'
{
"aggregatedBillings": {
"version": "string",
"timestamp": "string",
"id": "string",
"billingPlans": {
"buildService": {
"canSelectTrialPlan": true,
"lastTrialPlanExpirationTime": "string",
"currentBillingPeriod": {
"startTime": "string",
"endTime": "string",
"byAccount": {
"count": 0,
"plan": {
"id": "string",
"version": "string",
"price": 0,
"paymentSource": "None",
"service": "Build",
"limits": {
"property1": 0,
"property2": 0
},
"attributes": {
"property1": {},
"property2": {}
},
"parentId": "string"
}
}
}
},
"testService": {
"canSelectTrialPlan": true,
"lastTrialPlanExpirationTime": "string",
"currentBillingPeriod": {
"startTime": "string",
"endTime": "string",
"byAccount": {
"count": 0,
"plan": {
"id": "string",
"version": "string",
"price": 0,
"paymentSource": "None",
"service": "Build",
"limits": {
"property1": 0,
"property2": 0
},
"attributes": {
"property1": {},
"property2": {}
},
"parentId": "string"
}
}
}
}
},
"usage": {
"buildService": {
"currentUsagePeriod": {
"startTime": "string",
"endTime": "string",
"byAccount": {
"property1": 0,
"property2": 0
},
"byApp": {
"property1": {
"property1": 0,
"property2": 0
},
"property2": {
"property1": 0,
"property2": 0
}
}
}
},
"testService": {
"currentUsagePeriod": {
"startTime": "string",
"endTime": "string",
"byAccount": {
"property1": 0,
"property2": 0
},
"byApp": {
"property1": {
"property1": 0,
"property2": 0
},
"property2": {
"property1": 0,
"property2": 0
}
}
}
}
},
"azureSubscriptionId": "string",
"azureSubscriptionState": "Enabled"
}
}