v1

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

Retrieve a specific Webhook Configuration by ID.

Retrieves a specific webhook configuration by its ID. Deleted webhook configurations are not returned.

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

Path parameters

idinteger required
Example:12345

The Webhook Configuration ID.

Response

Returns the 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
}