Send a synthetic test event to a webhook
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.
POST
Send a synthetic test event to a webhook
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Subscription id (UUID).
Example:
"0190b5a0-0000-7000-8000-0000000000aa"
Response
OK
HTTP status code returned by the consumer for the synthetic test delivery.
Example:
200
Consumer response time for the synthetic test delivery, in milliseconds.
Example:
142
Whether a failed synthetic delivery would be retried under the retry policy.
Example:
false
Whether the synthetic delivery was classified as successful.
Example:
true

