Integrate the network into your own systems.

The Threat API lets your systems query relevant intelligence directly. Webhooks notify you the moment something changes: a new high-risk campaign in your industry, a watch match, a confirmed impersonation attempt.

See plans with API access

GET /api/v1/campaigns?industry=property
200 OK
{
  "campaigns": [
    {
      "reference": "SC-004821",
      "name": "Rightmove Portal campaign",
      "risk_score": 74,
      "confidence_pct": 81,
      "network_confirmation": "CORROBORATED",
      "lifecycle_status": "ACTIVE"
    }
  ]
}

Built the same way as the rest of the product.

Scoped API keys

Named, scoped, shown once at creation, stored only as a hash. Revoke or rotate any time, with a full audit history.

Webhooks with delivery history

Choose exactly which events you want, test a webhook before relying on it, and see every delivery attempt with its response status.

The same evidence, not a stripped model

Every response includes Risk, Confidence, and Network Confirmation as separate fields, plain-English summaries, and related-object references. Not a black-box score.