cURL
curl --request POST \ --url https://api.lilt.com/v3/connectors/configuration/webhooks \ --header 'Content-Type: application/json' \ --data '{ "webhookName": "<string>", "webhookUrl": "<string>", "eventType": [ "JOB_DELIVER" ] }'
{ "id": 12345, "webhookName": "<string>", "webhookUrl": "<string>", "eventType": [ "JOB_DELIVER" ] }
Creates a new webhook configuration for your LILT organization.
Returns the newly created webhook configuration.
The response is of type object.
object
Was this page helpful?