POST Ping

POST /Ping
application/json

Body Required

Responses

  • 200

    Your server returns this code if it succesfully processed the event

  • 201

    Your server returns this code if it succesfully processed the event

  • 202

    Your server returns this code if it succesfully processed the event

  • 204

    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"
  }
}