Creates a new Webhook Configuration
Webhook Configuration
Creates a new Webhook Configuration
Creates a new webhook configuration for your LILT organization.
POST
Creates a new Webhook Configuration
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
The name of the webhook configuration.
The URL to which the webhook notifications will be sent.
The list of event types that will trigger the webhook notification.
Available options:
JOB_DELIVER, JOB_UPDATE, PROJECT_DELIVER, PROJECT_UPDATE, INSTANT_TRANSLATE_COMPLETED, INSTANT_TRANSLATE_FAILED Response
Returns the newly created webhook configuration.
The unique identifier for the webhook configuration.
Example:
12345
The name of the webhook configuration.
The URL to which the webhook notifications will be sent.
The list of event types that will trigger the webhook notification.
Available options:
JOB_DELIVER, JOB_UPDATE, PROJECT_DELIVER, PROJECT_UPDATE, INSTANT_TRANSLATE_COMPLETED, INSTANT_TRANSLATE_FAILED 
