API Quickstart

Authenticated requests use the X-API-Key header.

Threat feed

curl -H "X-API-Key: YOUR_KEY" "https://threat.afkmesh.com/v1/feed?limit=200"

Raw security events

curl -H "X-API-Key: YOUR_KEY" "https://threat.afkmesh.com/v1/events?limit=200"

CSV export

curl -H "X-API-Key: YOUR_KEY" "https://threat.afkmesh.com/v1/feed.csv?limit=1000" -o threat-feed.csv

Back to product page · OpenAPI docs