v1

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

Get findings of a notification.

Retrieve list of findings for a given notification id. Returns information for findings notification type.

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

Path parameters

idinteger required

The id of the notification requested.

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30 | 50 | 100
Example:10

The number of result items in a single response.

Response

Success

FindingIdinteger

The unique identifier of the finding.

Modulestring

The module of this finding. The possible responses are listed below.

  • DNS Health
  • Email Security
  • SSL/TLS Strength
  • Application Security
  • DDoS Resiliency
  • Network Security
  • Fraudulent Domains
  • Fraudulent Apps
  • Credential Mgmt.
  • IP Reputation
  • Hacktivist Shares
  • Social Network
  • Attack Surface
  • Brand Monitoring
  • Patch Management
  • Web Ranking
  • Information Disclosure
  • CDN Security
  • Website Security

Example response

[
  {
    "FindingId": 13,
    "Module": "Digital Footprint"
  }
]