GET /user/firewall/access_rules/rules
Fetches IP Access rules of the user. You can filter the results using several optional parameters.
Servers
- https://api.cloudflare.com/client/v4
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Number | No | |
order |
String | No |
Possible values:
|
notes |
String | No | |
direction |
String | No |
Possible values:
|
per_page |
Number | No | |
match |
String | No |
Possible values:
Default value: "all" |
configuration.value |
String | No | |
mode |
String | No |
Possible values:
|
configuration.target |
String | No |
Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.