Webhooks (Basic+)
Test Webhook
Send a test payload to a registered webhook URL to verify connectivity.
POST
Overview
Fires a single test delivery to the specified webhook URL. Useful for verifying connectivity and signature validation logic before going live. Tier: Basic 🔒Request
UUID of the webhook subscription to test.
Response
Whether the delivery received a 2xx HTTP response.
HTTP status code from your endpoint.
null if the request failed to connect.Human-readable delivery result.