POST Ping

POST https://webhook.example.com
application/json

Body Required

Responses

  • Your server returns this code if it succesfully processed the event

  • Your server returns this code if it succesfully processed the event

  • Your server returns this code if it succesfully processed the event

  • Your server returns this code if it succesfully processed the event

POST Ping
Request example
{
  "id": "string",
  "correlationId": "string",
  "webhookConfigurationId": "string",
  "version": "string",
  "entity": "Ping",
  "data": {
    "ping": "pong"
  }
}