Skip to content

Documentation

Integrate CVE and EOL monitoring directly into your tools — SIEM, CI/CD, scripts.

The TechWatchAlert API lets you programmatically access your monitoring data: alerted CVEs, watched stacks and End-of-Life tracking, all organized by project.

API Keys

Generate keys from Settings → API Keys (PRO plan required). Each key is prefixed with twa_.

Base URL

All endpoints are prefixed with https://app.techwatchalert.com/api/v1

Read-only

The public API is read-only (GET only). No data modifications are possible.

Format

All responses are JSON. Dates are ISO 8601 format with UTC timezone.

MethodEndpointDescription
GET/v1/meAuthenticated user profile and plan
GET/v1/projectsList all accessible projects
GET/v1/projects/{id}Project details
GET/v1/projects/{id}/stackCVE monitoring stack for a project
GET/v1/projects/{id}/alertsCVE alerts triggered on a project
GET/v1/projects/{id}/alerts/{alert_id}CVE alert details
GET/v1/projects/{id}/eolEnd-of-Life subscriptions for a project
GET/v1/eol/productsFull EOL product catalog
GET/v1/eol/products/{product_id}/cyclesLife cycles for a product
CodeMeaning
200Success
401API key missing, invalid, or revoked
403Insufficient plan or access denied to project
404Resource not found
422Invalid parameters