Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
The domain ID
Required range:
x > 0
Query Parameters
Determine the field to order results by
Available options:
id
, name
, description
, enabled
, action
, -id
, -name
, -description
, -enabled
, -action
Examples:
"-id"
Number of items to return
Required range:
0 <= x <= 100
Number of items to skip
Required range:
0 <= x <= 100000
Filter rules based on their name. Supports '*' as a wildcard character.
Examples:
"Block by specific IP rule."
Filter rules based on their description. Supports '*' as a wildcard character.
Examples:
"This rule blocks all the requests coming form a specific IP address."
Filter to refine results by specific actions
Available options:
allow
, block
, captcha
, handshake
, monitor
, tag
Filter rules based on their active status
Examples:
false
Response
Successful Response