GET
/webhooks/{id}/test Test Webhook
Sends a synthetic test event POST to the webhook's configured URL. Use this to confirm that your endpoint is reachable and that HMAC signature verification is working correctly. Responds with 200 OK on success.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
id * | path | integer | The webhook id to test.
e.g. 1 |
Response
Status: Stable. Try the request in the panel on the right to see a live response.