Workflow automation webhook trigger (GET)
GET/v1/webhooks/automation/{triggerId}
CodeMeta OS API endpoint.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
triggerIderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/webhooks/automation/{triggerId} \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.webhooks.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |