API Reference
Test webhook reachability
Validates the webhook URL and performs a test POST using a short timeout. Test requests are not signed.
Authorization
AuthorizationRequiredBearer <token>In: header
Request Body
application/jsonRequiredwebhookUrlRequiredstringPublic HTTPS endpoint to test.
Format:
"uri"The test request completed. Inspect success and the returned statusCode or error.