cURL
curl --request GET \ --url https://api.lilt.com/v3/connectors/configuration/webhooks/{id}
{ "id": 12345, "webhookName": "<string>", "webhookUrl": "<string>", "eventType": [ "JOB_DELIVER" ] }
Retrieves a specific webhook configuration by its ID. Deleted webhook configurations are not returned.
The Webhook Configuration ID.
12345
Returns the webhook configuration.
The response is of type object.
object
Was this page helpful?