Testar um webhook

Envia um payload de teste para a URL configurada do webhook e retorna o status de resposta.

Authentication

AuthorizationBearer

API Key in the format mk_live_<43-chars>. Obtain from the Dashboard or POST /auth/api-keys.

Path parameters

idstringRequired
Unique identifier of the webhook

Response

Default Response
successboolean

Whether the test payload was delivered successfully (2xx response)

messagestring

Human-readable summary of the test result

statusCodedouble
HTTP status code returned by the webhook endpoint
responseTimeMsdouble

Round-trip delivery time in milliseconds

errorstring

Error message if the delivery failed (e.g., connection refused, timeout)

Errors

401
Unauthorized Error
404
Not Found Error