Ping Webhook

Send a test event to your webhook url

POST /webhooks/:webhookId/ping

This endpoint is meant for webhook setup and troubleshooting. Calling the endpoint will trigger a fake test event that will be pushed to the webhook url. The fake event will not be saved and not appear in further requests to Webhook Events.

Permissions Required

  • Webhooks:Ping

Request Body

{}

Response

{
  "status": "500",
  "error": "Internal Server Serror", // optional, may not be there if status is "200"
}

Last updated