cURL
curl --request GET \ --url https://api.lilt.com/v3/connectors/configuration/webhooks
[ { "id": 12345, "webhookName": "<string>", "webhookUrl": "<string>", "eventType": [ "JOB_DELIVER" ] } ]
Retrieves a list of webhook configurations available to your LILT organization. Use this to manage your webhook configurations.
The webhook configurations response.
The response is of type object[].
object[]
Was this page helpful?