v1

latestOpenAPI 3.0.3LILT Platform Terms and Conditions2026-07-26651658.7 KB
Webhook Configuration

Update a specific Webhook Configuration by ID.

Updates a specific webhook configuration by its ID. Only the fields that are provided in the request body will be updated.

put/v3/connectors/configuration/webhooks/{id}

Path parameters

idinteger required
Example:12345

The Webhook Configuration ID.

Request body

OR
OR

Response

Returns the updated webhook configuration.

idinteger required

The unique identifier for the webhook configuration.

webhookNamestring required

The name of the webhook configuration.

webhookUrlstring uri required

The URL to which the webhook notifications will be sent.

eventTypestring[] required

The list of event types that will trigger the webhook notification.

Example response

{
  "id": 12345
}