post
https://prod-nableboomi.n-able.com:443/ws/rest/V1/PSA_API/PSAUsageSummary//
This endpoint provides detailed device-level usage data for all available products for a specified timeframe.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Current month data can only be pulled from the 10th of the month onward.
This endpoint is for use by Indirect and direct customers
The usage data is structured as a nested format, providing records of client level data per contract.
Sample response
{
"UsageSummary": [
{
"AccountName": "Best MSP",
"AdditionalCapacity": {...},
"BpAccountId": 12348,
"Cid": "234578",
"Clients": [
{
"ClientId": 2712428,
"Name": Best MSP,
"TotalByService": [
{
"BillingServiceName": "N-able Take Control | Concurrent User",
"ProductFeatureName": "0900_CONCURRENT_USER",
"Quantity": "1",
"Sku": "MSPUK-TC-TAKE_CONTROL",
"Uom": "Users"
}
]
}
],
"ContractId": 234579,
"ContractNumber": "MSP-234578-01",
"ContractStatus": "ACTIVE",
"Created": "2024-08-08 15:10:58.228",
"PgaCode": "0900",
"Pid": "0925M-0000-0000-UK",
"ProductName": "N-able Take Control Plus | MSP | Monthly in Arrears",
"RateClassId": "22142",
"SfdcAccountId": "001H234578asdfIAS",
"TenantId": "0900_0123",
"TimeFrame": 202604,
"Updated": "2025-09-02 00:15:15.951"
}
]
}