v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Notification

Get rating values of a notification.

Retrieve rating values for a given notification id. Rating values are grouped by rating type. Returns information for ratings notification type.

get/api/v2/notifications/{id}/rating

Path parameters

idinteger required

The id of the notification requested.

Response

Success

Currentnumber float

The current value of rating

Previousnumber float

The previous value of rating

Type'CyberRating' | 'BreachIndex' | 'RansomwareIndex' | 'FAIRRansomware' | 'FAIRDataBreach' | 'FAIRBusinessInterruption' | 'FAIRSum' | 'DNSHealth' | 'EmailSecurity' | 'SSLTLSStrength' | 'ApplicationSecurity' | 'DDoSResiliency' | 'NetworkSecurity' | 'FraudulentDomains' | 'FraudulentApps' | 'CredentialMgmt' | 'IPReputation' | 'HacktivistShares' | 'SocialNetwork' | 'AttackSurface' | 'BrandMonitoring' | 'PatchManagement' | 'WebRanking' | 'InformationDisclosure' | 'CDNSecurity' | 'WebsiteSecurity'

The type of rating.

Example response

[
  {
    "Type": "RansomwareIndex"
  }
]