Webhooks
Webhook testen (Ping)
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
webhook*string
The webhook ID
Format
uuidResponse-Body
application/json
application/json
application/json
curl -X POST "https://example.com/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/ping"{ "message": "Ping dispatched", "delivery_id": "string"}