Share

Upchain Webhooks API

The Upchain Webhook API is used to allow an external system or script to subscribe to a callback service and receive notifications when one of the following events occur:

  • There is an update to a CR workflow’s status.
  • The generation of translations has been triggered.

All webhook endpoints can be used from Swagger once the callback URL is setup. Below is a quick summary of this workflow:

After you subscribe to event notifications, you can get a list of all subscriptions, get the details of a specific subscription, delete a subscription, or test the connection between the Upchain webhook and the client-server.

Was this information helpful?