API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/webhooks/{id}/test

POST/v1/webhooks/{id}/test

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
eventTypeerforderlichstring
entityIdstring
customPayloadobject

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/webhooks/{id}/test \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "eventType": "entity.created",
  "entityId": "string",
  "customPayload": null
}'
const result = await cm.webhooks.post({
  "eventType": "entity.created",
  "entityId": "string",
  "customPayload": null
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche