The reusable trigger conditions you reference when creating a trigger. Each has a topic/description and the variables you must supply.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Request Code Samples
curl --location '/api/v1/expressions?source=peach_shopify' \
--header 'Authorization: <api-key>'
Responses
application/json
{
"count": 0,
"expressions": [
{
"id": "string",
"source": "string",
"description": "string",
"topic": "string",
"variables": [
"string"
]
}
]
}
Modified at 2026-06-03 12:30:45