Parameter | Description |
---|---|
Filter | Filter responses. |
Limit | The amount of records to be returned. |
Offset | The offset of the returned records. |
{
"version": 1,
"status": "ok",
"code": 200,
"offset": 0,
"count": 2,
"threat_feeds": [
{
"id": 2,
"name": "Awesome Threat Feed",
"comment": null
},
{
"id": 3,
"name": "Other Threat Feed",
"comment": "Foo Bar Baz"
}
]
}
Was this page helpful?