Send a test event
POST/api/v1/webhooks/:id/test
Fires a synthetic webhook.test event to the subscription URL with the SAME HMAC signing path as real events (x-autorev-signature + x-autorev-timestamp). Useful for debugging signature verification. Scope: admin.
Request
Responses
- 200
- 404
- 409
Delivery attempt result (single attempt, no retry).
Resource not found or belongs to another account
Subscription inactive (auto-disabled after repeated failures).