Returns all firewall rules across all domains belonging to the authenticated account. Supports filtering, ordering, and pagination.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Order results by field (prefix with - for descending)
id, name, description, enabled, action, -id, -name, -description, -enabled, -action Number of items to return
0 <= x <= 100Number of items to skip
0 <= x <= 100000Filter rules by name (supports wildcards)
"Block by specific IP rule."
Filter rules by description (supports wildcards)
"Blocks all requests from a specific IP address."
Filter by action type
allow, block "allow"
Filter by enabled status
true
Filter by domain IDs (can specify multiple)
[123, 456]Successful Response