GET /accounts/{account_id}/firewall/access_rules/rules

Fetches IP Access rules of an account. These rules apply to all the zones in the account. You can filter the results using several optional parameters.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Query parameters

Name Type Required Description
page Number No
order String No

Valid values:

  • "configuration.value"
  • "mode"
  • "configuration.target"
notes String No
direction String No

Valid values:

  • "desc"
  • "asc"
per_page Number No
match String No

Valid values:

  • "any"
  • "all"

Default value: "all"

configuration.value String No
mode String No

Valid values:

  • "managed_challenge"
  • "block"
  • "challenge"
  • "js_challenge"
  • "whitelist"
configuration.target String No

Valid values:

  • "ip_range"
  • "asn"
  • "country"
  • "ip"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.