Skip to main content
POST
/
libraries
/
{libraryId}
/
webhooks
/
{endpointId}
/
events
/
{deliveryId}
Retry a Webhook Delivery
curl --request POST \
  --url https://api.tenbyte.io/v1/vidinfra/libraries/{libraryId}/webhooks/{endpointId}/events/{deliveryId} \
  --header 'Authorization: Bearer <token>'
{}

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

endpointId
string
required

Unique identifier of the endpoint.

deliveryId
string
required

Unique identifier of the targeted webhook delivery resource.

Response

The response is of type object.