Enviar un evento de prueba sintético a un webhook
Enviar un evento de prueba sintético a un webhook
Despacha de forma síncrona un sobre de prueba sintético (eventType=webhook.test) a la suscripción y devuelve el resultado de la entrega. 404 cuando la suscripción no existe.
POST
Enviar un evento de prueba sintético a un webhook
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
Subscription id (UUID).
Ejemplo:
"0190b5a0-0000-7000-8000-0000000000aa"
Respuesta
OK
HTTP status code returned by the consumer for the synthetic test delivery.
Ejemplo:
200
Consumer response time for the synthetic test delivery, in milliseconds.
Ejemplo:
142
Whether a failed synthetic delivery would be retried under the retry policy.
Ejemplo:
false
Whether the synthetic delivery was classified as successful.
Ejemplo:
true

