Returns a list of available DNS Protection block reasons and their respective identifiers.

GET {{baseUrl}}/api/console/gsm/:gsmKey/dnsp/blockreasons

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"TotalCount":5,"BlockReasons":[{"Id":0,"Name":"Allowed","Description":"This request for domain is allowed based on the policy settings of your organization"},{"Id":1,"Name":"Override - Block","Description":"This request for domain is blocked based on an override set for your organization"},{"Id":2,"Name":"Blocked Category","Description":"This request for domain is blocked based on Category blocking set for your organization"},{"Id":3,"Name":"Block By Reputation","Description":"This request for domain is blocked based on reputation score"},{"Id":4,"Name":"Override - Allow","Description":"This request for domain is allowed based on an override set for your organization"}]}