POST
/
v3
/
connectors
/
configuration
/
webhooks
Creates a new Webhook Configuration
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"
  ]
}

Authorizations

key
string
query
required

Body

application/json

Response

200
application/json

Returns the newly created webhook configuration.

The response is of type object.