v47

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-013871777.1 KB
Webhook-Subscription

Ping a webhook subscription

Sends a test ping to verify webhook subscription endpoint connectivity.

post/api/service/webhook-subscription/ping

Request body

{"stackTrail":"components:schemas:PingRequestDto:properties:id","oasType":"schema","type":"unknown","description":"The unique identifier of the webhook subscription to ping"}

Response

Returns the ping result with response details

{"stackTrail":"components:schemas:PingResponseDto:properties:id","oasType":"schema","type":"unknown","description":"The unique identifier of the webhook subscription"}
successboolean required

Whether the ping was successful

{"stackTrail":"components:schemas:PingResponseDto:properties:response","oasType":"schema","type":"unknown","description":"The response from the webhook endpoint"}
statusCodenumber required

The HTTP status code returned by the webhook endpoint

{"stackTrail":"components:schemas:PingResponseDto:properties:date","oasType":"schema","type":"unknown","description":"The timestamp when the ping was executed"}