Test Webhook
POST/webhooks/:destination_id/test
Send a test notification to the webhook to verify connectivity. Returns {"status": "sent"} on success.
Request
Responses
- 200
- 404
- 422
- 502
Test notification sent.
not_found — no such webhook for your account.
Validation Error
delivery_failed — the test notification could not be delivered to your endpoint.