Create Webhook Endpoint
Webhook Endpoints
Create Webhook Endpoint
Register a new webhook endpoint to receive event notifications from this library. Each endpoint can subscribe to one or more event types.
POST
Create Webhook Endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.tenbyte.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the library.
Body
application/json
The destination URL where webhook events will be sent.
A descriptive name for the webhook endpoint, used for identification.
List of event types that will trigger this webhook (e.g., 'video.created', 'transcoding.completed').
Optional secret key used to sign webhook payloads for verification and security.