Pre-release announcement: API changes for Extended Email Security reporting
Date: 2025.10.09
We will soon be implementing a new add-on for companies with monthly subscriptions, enabling the purchase and use of the Extended Email Security product. Extended Email Security filters and protects inbound and outbound email traffic by detecting and blocking spam, phishing, malware, and other malicious content before it reaches your mailboxes, helping ensure safer email communication.
To prepare for this change, we’re informing you in advance about planned updates to our API mehtods, so you can make any necessary adjustments to your automated tools or integrations. The new attribute extendedEmailSecurityMonthlyUsage
will be added to the responses of the existing methods getMonthlyUsage
and getMonthlyUsagePerProductType
, and will track the monthly usage of this new add-on:
getMonthlyUsage
{
"result": {
"endpointMonthlyUsage": 4,
"encryptionMonthlyUsage": 0,
"emailSecurityMonthlyUsage": 0,
"extendedEmailSecurityMonthlyUsage": 0
"mobileSecurityMonthlyUsage": 0,
"exchangeMonthlyUsage": 0,
"atsMonthlyUsage": 0,
"edrMonthlyUsage": 0,
"edrStorage90DaysUsage": 0,
"edrStorage180DaysUsage": 0,
"edrStorage1YearUsage": 0,
"mdrFoundationsMonthlyUsage": 0,
"patchManagementMonthlyUsage": 0,
"integrityMonitoringUsage": 0,
"integrityMonitoring90DaysUsage": 0,
"integrityMonitoring180DaysUsage": 0,
"integrityMonitoring1YearUsage": 0,
"sveVsMonthlyUsage": 0,
"sveVdiMonthlyUsage": 0,
"containerProtectionMonthlyUsage": 0,
"xdrIdentitySensorsMonthlyUsage": 0,
"xdrProductivitySensorsMonthlyUsage": 0,
"xdrNetworkSensorsMonthlyUsage": 0,
"xdrCloudSensorsMonthlyUsage": 0,
"phasrMonthlyUsage": 0,
"easmMonthlyUsage": 0,
"complianceMonthlyUsage": 2,
"aLaCarteMonthlyUsage": 1,
"mspSecureMonthlyUsage": 1,
"mspSecurePlusMonthlyUsage": 0,
"mspSecureExtraMonthlyUsage": 2
},
"jsonrpc": "2.0",
"id": "5986",
"error": null
}
getMonthlyUsagePerProductType
{
"result": {
"usages": [
{
"endpointMonthlyUsage": 3,
"encryptionMonthlyUsage": 0,
"atsMonthlyUsage": 0,
"edrMonthlyUsage": 0,
"edrStorage90DaysUsage": 0,
"edrStorage180DaysUsage": 0,
"edrStorage1YearUsage": 0,
"mdrFoundationsMonthlyUsage": 0,
"patchManagementMonthlyUsage": 0,
"integrityMonitoringUsage": 0,
"integrityMonitoring90DaysUsage": 0,
"integrityMonitoring180DaysUsage": 0,
"integrityMonitoring1YearUsage": 0,
"sveVsMonthlyUsage": 0,
"sveVdiMonthlyUsage": 0,
"emailSecurityMonthlyUsage": 0,
"extendedEmailSecurityMonthlyUsage": 0,
"mobileSecurityMonthlyUsage": 0,
"exchangeMonthlyUsage": 0,
"containerProtectionMonthlyUsage": 0,
"xdrIdentitySensorsMonthlyUsage": 0,
"xdrProductivitySensorsMonthlyUsage": 0,
"xdrNetworkSensorsMonthlyUsage": 0,
"xdrCloudSensorsMonthlyUsage": 0,
"phasrMonthlyUsage": 3,
"easmMonthlyUsage": 2,
"complianceMonthlyUsage": 2,
"productType": 0,
"aLaCarteMonthlyUsage": 0,
"mspSecureMonthlyUsage": 3,
"mspSecurePlusMonthlyUsage": 0,
"mspSecureExtraMonthlyUsage": 0
},
{
"endpointMonthlyUsage": 0,
"mdrFoundationsMonthlyUsage": 0,
"productType": 3
}
]
},
"jsonrpc": "2.0",
"id": "2821",
"error": null
}
Important
This update has not yet been implemented. This announcement is solely intended to help you prepare for the upcoming change. We will announce the release through our regular communication channels.