GET /zones/{zone_id}/token_validation/rules

List token validation rules

Servers

Path parameters

Name Type Required Description
zone_id String Yes

Query parameters

Name Type Required Description
page Integer No

Page number of paginated results.

Default value: 1

id String No

Select rules with these IDs.

action String No

Valid values:

  • "log"
  • "block"
per_page Integer No

Maximum number of results per page.

Default value: 20

enabled Boolean No
hostname String No

Select rules with this host in include.

rule_id String No

Select rules with these IDs.

host String No

Select rules with this host in include.

token_configuration[] Array No

Select rules using any of these token configurations.

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.