Skip to main content
POST
Test Webhook

Path Parameters

string
required
The ID of the webhook to test

Request Body

string
The type of test event to send (defaults to video.completed)

Response

Use Cases

  • Verify webhook endpoint is accessible
  • Test signature verification in your app
  • Debug webhook handling logic
  • Confirm event parsing works correctly
Use test events to validate your webhook implementation before going live.