Setting Up a Webhook
You can add a webhook endpoint when creating a stream or by editing an existing one.-
In the Webhook section at the bottom of the stream creation form, enter your Endpoint URL.

Webhook Endpoint Setup
- A signing secret is generated automatically after the stream is created. Use this secret to verify that incoming requests came from Tenbyte.
The webhook endpoint URL is optional. You can leave it blank and add or update it later from the stream detail page.
Webhook Events
Tenbyte sends a POST request to your endpoint for each of the following stream lifecycle events:Example Payload
Each webhook request is sent as JSON withContent-Type: application/json.
Viewing Webhook Status
From the stream detail page, the Webhook panel shows the configured endpoint URL. If no webhook has been set up, it displaysNot configured.

Webhook Status on Stream Detail