GET
/
v3
/
connectors
/
configuration
/
webhooks
Retrieve a list of Webhook Configurations.
curl --request GET \
  --url https://api.lilt.com/v3/connectors/configuration/webhooks
[
  {
    "id": 12345,
    "webhookName": "<string>",
    "webhookUrl": "<string>",
    "eventType": [
      "JOB_DELIVER"
    ]
  }
]

Authorizations

key
string
query
required

Response

The webhook configurations response.

id
integer
required

The unique identifier for the webhook configuration.

Example:

12345

webhookName
string
required

The name of the webhook configuration.

webhookUrl
string<uri>
required

The URL to which the webhook notifications will be sent.

eventType
enum<string>[]
required

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