Send a test delivery to your endpoint for a specific subscription. Useful for verifying connectivity and confirming your server handles payloads correctly.
| Name | Type | Description |
|---|---|---|
| id Required | integer | Unique webhook identifier. |
| subscription_id Required | integer | Unique subscription identifier. |
No request body is required. WindBorne sends the signed ping immediately and returns
204 No Content when your endpoint accepts it. An inactive webhook or subscription
returns 422 Unprocessable Content, and a failed callback returns
502 Bad Gateway. The payload also includes webhook_note or
subscription_note when those optional notes are configured.