Skip to main content
POST
Enviar um evento de teste sintético a um webhook

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string
obrigatório

Subscription id (UUID).

Exemplo:

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

Resposta

OK

httpStatus
integer<int64>
obrigatório

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

Exemplo:

200

responseTimeMs
integer<int64>
obrigatório

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

Exemplo:

142

retryable
boolean
obrigatório

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

Exemplo:

false

success
boolean
obrigatório

Whether the synthetic delivery was classified as successful.

Exemplo:

true