Send a synthetic test event to a webhook
Synchronously dispatches a synthetic test envelope (eventType=webhook.test) to the subscription and returns the delivery result. 404 when the subscription does not exist.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Subscription id (UUID).
"0190b5a0-0000-7000-8000-0000000000aa"
Response
OK
HTTP status code returned by the consumer for the synthetic test delivery.
200
Consumer response time for the synthetic test delivery, in milliseconds.
142
Whether a failed synthetic delivery would be retried under the retry policy.
false
Whether the synthetic delivery was classified as successful.
true

