Description
Retrieve configured custom intelligence feeds. Feeds aggregate data from multiple API products with per-tenant filters.
Example response
{
"data": [
{
"id": "cf-001",
"name": "Critical CVE Feed",
"categories": [
"cve"
],
"format": "json",
"itemCount": 42
}
],
"meta": {
"total": 1
}
}
