POST
/
api
/
service
/
webhook-subscription
/
ping
curl --request POST \
  --url https://api.sand.getivy.de/api/service/webhook-subscription/ping \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{
  "id": "<string>"
}'
{
  "id": "<string>",
  "success": true,
  "response": "<string>",
  "statusCode": 123,
  "date": "2023-11-07T05:31:56Z"
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json

Response

200 - application/json
Returns the response of the endpoint where the webhook was sent.

The response is of type object.