Get all rules for the user.
Rules are returned in chronological order (oldest first).
cURL
curl --request GET \ --url https://api.zo.computer/rules/ \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "condition": "<string>", "instruction": "<string>", "created_at": "<string>", "updated_at": "<string>" } ]
Zo API key (zo_sk_...)
Successful Response
Unique rule identifier
When this rule applies
What Zo does when the condition is met
ISO 8601 creation timestamp
ISO 8601 last update timestamp