Skip to content
Pile
Esc
navigateopen⌘Jpreview

Receive Zendesk support webhook notifications

POST/support/webhooks/zendesk/{organizationId}
Path parameters
organizationIdstringrequired
Header parameters
x-zendesk-webhook-signaturestring
x-zendesk-webhook-signature-timestampstring
Request body
requiredapplication/json
any
Responses
200OK
okbooleanrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/support/webhooks/zendesk/string" \
  -H "Content-Type: application/json" \
  -d 'null'
Response
{
  "ok": true
}