This endpoint returns the automation ruleset
curl -i -X GET \ 'https://api.carriyo.com/automation-rulesets/{automation-ruleset-id}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -H 'tenant-id: string' \ -H 'x-api-key: string'
{- "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"
}