Quiz IP Filters
Quiz IP Filters API
{
// A unique name for the filter.
"name": "Current Filter",
// Name of the Account (or Quiz) the IP filter is defined in.
"account": "Some Quiz",
// An IP address (or range mask) this filter embodies.
"filter": "192.168.1.1/24"
}Last updated
Was this helpful?