Webhook Test
API Reference
Webhook Test
Test endpoint for webhook delivery verification (no authentication required).
Receives a webhook delivery, logs the payload, and optionally verifies
the Standard Webhooks signature if a secret is provided.
Usage:
1. Create a subscription: POST /api/v1/integrations/webhooks/subscriptions
{ "endpoint_url": "https://<your-ngrok-or-tunnel>/health/webhook-test?secret=<your-secret>", ... }
2. Trigger asset processing — the signed event will arrive here
3. Check the response for signature_valid: true
Args:
secret: The plain-text hex secret returned at subscription creation time
POST
Webhook Test
Query Parameters
Hex signing secret from subscription creation
Response
Successful Response
The response is of type Response Webhook Test Health Webhook Test Post · object.