Webhooks
Webhooks
Webhooks are a powerful resource that allows your application to be notified via HTTP when a specific event occurs on a server. They provide a way for real-time data delivery, meaning once the specified event happens, the server will immediately send the data to the endpoint you have defined.
Webhooks are user-defined HTTP callbacks. They are usually triggered by some event, such as completed a translation. When that event occurs, the source site makes an HTTP request to the URI configured for the webhook. Users can configure them to cause events on one site to invoke behavior on another.
This document will guide you on how to set up and handle webhooks in our API.
CREATE
Webhook are url are set upon request to our support
Handling
Webhook call are made using the same JWT token. Using your App identifier and app secreet, so you can authenticate the call.