API ReferenceChangelog
Log In
API Reference

Test a video webhook

Sends a test event to the specified video webhook.

You may optionally provide a videoId and/or eventType. If videoId is omitted, a random UUID will be generated.
If eventType is not specified, one of the webhook’s configured event types will be selected at random.

If the webhook is inactive, or if the specified eventType is not among the webhook’s configured types, a 409 Conflict response is returned.

Each team can send up to 1000 test events within a 24-hour period.
If this limit is reached, further attempts to send test events will also result in a 409 Conflict response.

Test events are automatically deleted after 24 hours.

Path Params
uuid
required

The unique identifier for the object.

Query Params
uuid

Optional video ID to include in the test event. If omitted, a random UUID will be used.

string
enum

Optional event type to use for the test event. If omitted, one of the webhook’s configured event types is selected at random. If specified, it must match one of the webhook's configured event types.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*