Added

Expanded V2 Digital Risk Protection API

The V2 API now supports more Digital Risk Protection operations.

  • Use PUT /v2/alert to update an alert brand or assignee. Set assignee to null to unassign the alert. Alert severity updates are no longer available through the External API.
  • Use GET /v2/alerts to filter by brand, queue state, severity, entity state, or platform.
  • Use GET /v2/alert/related to find alerts that share threat infrastructure.
  • Use GET /v2/alert/takedown-requests to list requests for an alert. Use GET /v2/alert/takedown-request to read one request and its activity.
  • Use GET /v2/brand to read one brand.
  • Use the V2 asset operations to list, create, read, and update assets. These operations include GET /v2/assets, POST /v2/assets, GET /v2/asset, PUT /v2/asset/brands, and POST /v2/alert/assets.

See Update an alert, Manage assets, Find related alerts, and Track takedown requests.