JSON response to adding URLs and IP addresses to categories
The Categories field contains an array of API-managed category IDs and the total number of URLs and IP addresses added to each category.
{
"Categories":
[
"Name": "Malicious XYZ",
"ID" : 1945,
"Totals" :
{
"Added URLs":3,
"Added IPs":5
}
]
}