Webhooks

Send a test webhook event

POST
/api/v1/webhooks/config/test

Scope: webhooks:manage

Delivers a synthetic event to the configured URL, so you can check your handler before real traffic arrives. Read the delivery logs for the outcome.

Authorization

AuthorizationBearer <token>

Use Authorization: Bearer vrf_live_... or vrf_test_....

In: header

Response Body

curl -X POST "https://example.com/api/v1/webhooks/config/test"
Empty