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
id
Unique identifier of the webhook
Response
Default Response
success
Whether the test payload was delivered successfully (2xx response)
message
Human-readable summary of the test result
statusCode
HTTP status code returned by the webhook endpoint
responseTimeMs
Round-trip delivery time in milliseconds
error
Error message if the delivery failed (e.g., connection refused, timeout)
Errors
401
Unauthorized Error
404
Not Found Error