Rules
Gets all rules
Gets all rules definitions.
get/rules/v4
Query parameters
pageTokenstring
A token from the previously returned response to retrieve the specified page.
limitinteger
The number of items to return per page
Response
Response body contains an array of rule objects, count indicates the number of returned rules, and pageToken is the next page token if available.
If no rules are found, an object with an empty data array is returned.