v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBChargeback and Telemetry Reports
Get Customer and License Daily Report
Returns detailed daily data on licenses, add-ons, and feature details for all customers managed by the MSP. This data is available for any date within the last 60 days.
post/msp/reporting/v2/reports/mspChargebackLicenseStateReport
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"pageToken": "eyJwYWdlTnVtYmVyIjoyLCJwYWdlU2l6ZSI6NTAwLCAiZmlsdGVycyI6bnVsbH0=",
"filters": {
"pageSize": 10,
"filterBy": [
{
"fieldName": "customerGlobalId",
"value": "b825cee3-5780-45ca-bc1d-83a9ccec5d7b",
"operator": "EQUAL"
}
]
}
}Response
Ok
Example response
{
"data": [
{
"accountName": "Example customer",
"addonName": "Sensitive Data Governance",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"customerName": "Example customer",
"date": "2025-01-11T00:00:00.000Z",
"edition": "elite",
"instanceId": 1234567890,
"isEnabled": "true",
"licenseExpiry": "2026-01-11T00:00:00.000Z",
"licenseType": "Commercial",
"productId": 2,
"productName": "SaaS Apps and Endpoints",
"productModule": "Endpoints",
"servicePlanId": 2,
"servicePlanName": "Example service plan",
"dcpUniqueKey": "abcd1234pqrs567890"
},
{
"accountName": "Example customer",
"addonName": "Security Posture and Observability",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"customerName": "Example customer",
"date": "2025-01-11T00:00:00.000Z",
"edition": "enterprise",
"instanceId": 1234567890,
"isEnabled": "false",
"licenseExpiry": "2026-01-11T00:00:00.000Z",
"licenseType": "Commercial",
"productId": 1,
"productName": "Enterprise Workloads",
"productModule": "Enterprise Workloads",
"servicePlanId": 2,
"servicePlanName": "Example service plan",
"dcpUniqueKey": "abcd1234pqrs567890"
}
],
"nextPageToken": "eyJwYWdlTnVtYmVyIjoyLCJwYWdlU2l6ZSI6NTAwLCAiZmlsdGVycyI6bnVsbH0=",
"filters": {
"pageSize": 10,
"filterBy": [
{
"fieldName": "customerGlobalId",
"value": "b825cee3-5780-45ca-bc1d-83a9ccec5d7b",
"operator": "EQUAL"
}
]
},
"lastSyncTimestamp": "2023-01-11T00:00:00.000Z"
}