Skip to content
Start here

Categories

List categories
GET/accounts/{account_id}/gateway/categories
ModelsExpand Collapse
Category object { id, beta, class, 3 more }
id: optional number

Identify this category. Only one category per ID.

beta: optional boolean

Indicate whether the category is in beta and subject to change.

class: optional "free" or "premium" or "blocked" or 2 more

Specify which account types can create policies for this category. blocked Blocks unconditionally for all accounts. removalPending Allows removal from policies but disables addition. noBlock Prevents blocking.

One of the following:
"free"
"premium"
"blocked"
"removalPending"
"noBlock"
description: optional string

Provide a short summary of domains in the category.

name: optional string

Specify the category name.

subcategories: optional array of object { id, beta, class, 2 more }

Provide all subcategories for this category.

id: optional number

Identify this category. Only one category per ID.

beta: optional boolean

Indicate whether the category is in beta and subject to change.

class: optional "free" or "premium" or "blocked" or 2 more

Specify which account types can create policies for this category. blocked Blocks unconditionally for all accounts. removalPending Allows removal from policies but disables addition. noBlock Prevents blocking.

One of the following:
"free"
"premium"
"blocked"
"removalPending"
"noBlock"
description: optional string

Provide a short summary of domains in the category.

name: optional string

Specify the category name.