cURL
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": "<any>" }'
{ "id": "<any>", "success": true, "response": "<any>", "statusCode": 123, "date": "<any>" }
Sends a test ping to verify webhook subscription endpoint connectivity.
API key for authentication
Returns the ping result with response details
The response is of type object.
object