v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBReports
Get MSP Commit and Balance Report
Returns a detailed report on consumption units commitment, consumption, and balance for the MSP account.
post/msp/reporting/v2/reports/mspCommitAndBalance
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"pageToken": "eyJwYWdlTnVtYmVyIjoyLCJwYWdlU2l6ZSI6NTAwLCAiZmlsdGVycyI6bnVsbH0=",
"filters": {
"pageSize": 10,
"filterBy": [
{
"fieldName": "date",
"value": "2024-12-22T00:00:00.000Z",
"operator": "EQUAL"
}
]
}
}Response
Ok
Example response
{
"data": [
{
"cuCommit": 1000,
"cuConsumption": 1.10326,
"cuEndingBalance": 653.28342,
"cuStartingBalance": 654.1408,
"date": "2024-12-22T00:00:00.000Z",
"dcpUniqueKey": "380cee0972ed3f2286c03749ffc235d0cc52250121c2d3fac6c6b4f0b14d7875"
}
],
"filters": {
"pageSize": 5,
"filterBy": [
{
"fieldName": "date",
"value": "2024-12-22T00:00:00.000Z",
"operator": "EQUAL"
}
]
},
"lastSyncTimestamp": "2025-10-20T04:53:06Z",
"nextPageToken": "NjEzZGJiYTctNmU4Ni00OTc0LTkzNjUtYjE4ZWNmNjFkYTRk"
}