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:
- Identify the events for which you want to receive notifications.
- Use
POST /api/v1/hooks
endpoint to subscribe to an event’s notification. - A notification is sent each time the subscribed-to event occurs.
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.