For the complete documentation index, see llms.txt.

POST /v1/webhooks/{id}/test

Send Test Webhook

Send a test `webhook.test` event to the webhook URL with a proper HMAC signature. Use this to verify your endpoint is reachable and correctly validates signatures without triggering a real event. The test delivery appears in `GET /v1/webhooks/{id}/deliveries` so you can debug failures.

Auth required: Yes

Parameters

Responses

Authentication

Requires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.

Base URL: https://api.vennio.app