v1
latestOpenAPI 3.0.12026-07-243686491.1 MBPlans
Retrieve plan stats
Aggregate plan and subscription stats for the calling operator. Required scope: plans:read </br>Organization authorization: supported
get/api/v1/plans/stats
Response
Aggregate plan stats for the operator
Example response
{
"noSubscriptionCount": 5,
"totalMonthlyRevenue": {
"amount": 12312,
"currency": {
"id": 1,
"master": true,
"identifier": "DKK",
"name": "Danish krone",
"decimals": 2
},
"locale": "en"
},
"totalTaxRefund": {
"amount": 12312,
"currency": {
"id": 1,
"master": true,
"identifier": "DKK",
"name": "Danish krone",
"decimals": 2
},
"locale": "en"
}
}