Retrieve a specific Webhook Configuration by ID.
Webhook Configuration
Retrieve a specific Webhook Configuration by ID.
Retrieves a specific webhook configuration by its ID. Deleted webhook configurations are not returned.
GET
Retrieve a specific Webhook Configuration by ID.
Documentation Index
Fetch the complete documentation index at: https://support.lilt.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The Webhook Configuration ID.
Example:
12345
Response
Returns the 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 
