Skip to main content
POST
Enviar un evento de prueba sintético a un webhook

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string
requerido

Subscription id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

Respuesta

OK

httpStatus
integer<int64>
requerido

HTTP status code returned by the consumer for the synthetic test delivery.

Ejemplo:

200

responseTimeMs
integer<int64>
requerido

Consumer response time for the synthetic test delivery, in milliseconds.

Ejemplo:

142

retryable
boolean
requerido

Whether a failed synthetic delivery would be retried under the retry policy.

Ejemplo:

false

success
boolean
requerido

Whether the synthetic delivery was classified as successful.

Ejemplo:

true