v1

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

Retrieve a list of Webhook Configurations.

Retrieves a list of webhook configurations available to your LILT organization. Use this to manage your webhook configurations.

get/v3/connectors/configuration/webhooks

Response

The webhook configurations response.

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
  }
]