Get Categories

Get Categories

Get URL webroot categories

Request
URI
GET
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/metadata/categories
COPY
Path Parameters
string
enterpriseLogicalId
Required

Enterprise Logical ID

Query Parameters
boolean
excludeCategoriesMappedToThreat
Optional

If set then webroot categories that are mapped to threats are not sent


Responses
200

List of URL webroot Categories

Returns Array of object of type(s) application/json
[
    {
        "name": "Arts"
    }
]