Outbound event payload

Zentag POSTs this JSON body to your registered HTTPS endpoint whenever a
subscribed event occurs. Discriminate on type (see enum below).

Event types: clip.created, clip.ready, clip.failed,
highlight.ready, highlight.failed, publish.succeeded,
publish.failed, stream.started, stream.ended.

Verify the Zentag-Signature header (t=<unix>,v1=<hmac-sha256>) before
processing. Return 2xx to acknowledge; non-2xx responses are retried
with exponential backoff.

Payload

The signed payload delivered to your endpoint.

string
string
enum
date-time
data
object

The resource for this event (a Clip, Highlight, Stream, or PublishEvent).

Response
200

Return any 2xx status to acknowledge receipt.

LoadingLoading…