Webhook Endpoints
Webhook provides a mechanism for Uiza to notifies you about the
events
that happen in your Uiza account. When something interesting happens (a live_entity
is created, a ingest.key
is reset, a video_entity
is deleted, etc.) Uiza creates an event
object which contains the details of what just occurred. This event
will then be sent to the webhook endpoint, a pre-configured URL where Uiza makes HTTP POST requests to.A single
event
could be be sent to multiple webhook endpoints. You could generate endpoint URLs for your tests here.id
stringThe unique identifier for the object.
url
stringThe URL of thewebhook_endpoint
.
status
stringIndicates the current status of thewebhook_endpoint
, which is eitherdisabled
orenabled
.
secret
stringSetting a webhook secret helps you verify if the requests sent to your webhook endpoint is from Uiza. We highly recommend following JSON Web Token format.
created_at
string
updated_at
stringThe timestamp, at which the most recent update to thewebhook_endpoint
occurred, follows the ISO 8601 standard.
Last modified 3yr ago