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

200
application/json

The webhook configurations response.

The response is of type object[].