GET /api/campaigns
Lists all identified campaigns with pagination.string
Filter by status:
active, dormant, resolved.string
ISO 8601 timestamp. Returns campaigns updated after this time.
number
default:"1"
Page number.
number
default:"20"
Results per page (max 100).
GET /api/campaigns/stats
Returns aggregate statistics about campaigns across the Threat Cloud.GET /api/campaigns/:id
Returns detailed information about a specific campaign, including all associated IoCs and a timeline of activity.string
required
The campaign ID.