Skip to main content
GET
/
rules
List Rules
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>"
  }
]

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Response

200 - application/json

Successful Response

id
string
required

Unique rule identifier

condition
string
required

When this rule applies

instruction
string
required

What Zo does when the condition is met

created_at
string
required

ISO 8601 creation timestamp

updated_at
string
required

ISO 8601 last update timestamp