Skip to content

Get trigger​

GET
/api/triggers/{id}

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Trigger details

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
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI