Retrieve account's firewall rules across all domains
Returns all firewall rules across all domains belonging to the authenticated account. Supports filtering, ordering, and pagination.
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-1046.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Query Parameters
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]Response
Successful Response