This endpoint lists automation rulesets for one or more or all merchants. If no merchant parameter is passed, the endpoint returns all rulesets.
[- {
- "tenant": "string",
 - "rule_set_id": "string",
 - "name": "string",
 - "entity_type": "FORWARD",
 - "merchants": [
- "string"
 
], - "countries": [
- "string"
 
], - "status": "ACTIVE",
 - "creation_date": "2019-08-24T14:15:22Z",
 - "update_date": "2019-08-24T14:15:22Z"
 
} 
]