Skip to content

List triggers​

GET
/api/triggers

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Responses​

Trigger list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"entity_type": "string",
  
  
"entity_id": 0,
  
  
"conditions": "string",
  
  
"actions": "string",
  
  
"check_interval": 0,
  
  
"cooldown": 0,
  
  
"last_triggered_at": "string",
  
  
"status": 0,
  
  
"created_at": "string"
  
}
]

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI