GET /accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}

Fetches a specific version of an account entry point ruleset.

Servers

Path parameters

Name Type Required Description
ruleset_version String Yes
ruleset_phase String Yes

Possible values:

  • "magic_transit"
  • "http_custom_errors"
  • "http_ratelimit"
  • "http_response_firewall_managed"
  • "http_request_transform"
  • "http_request_redirect"
  • "ddos_l4"
  • "http_response_compression"
  • "http_response_headers_transform"
  • "http_request_sbfm"
  • "http_log_custom_fields"
  • "magic_transit_ratelimit"
  • "magic_transit_managed"
  • "http_request_cache_settings"
  • "http_request_firewall_custom"
  • "http_request_late_transform"
  • "http_request_dynamic_redirect"
  • "http_request_sanitize"
  • "ddos_l7"
  • "http_config_settings"
  • "http_request_origin"
  • "magic_transit_ids_managed"
  • "http_request_firewall_managed"
account_id String Yes

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.