post https://api.pixop.com/api/v1/webhooks//test
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.