Create webhook
Create an HTTPS webhook subscription for your teamspace. Datagrid returns the signing secret only in this response; store it securely and use it to verify future Datagrid-Signature headers.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
HTTPS destination URL for webhook deliveries.
List of event types to subscribe to. Currently delivered events include knowledge.processing.completed, batch_prediction.completed, batch_prediction.failed, batch_prediction.expired, and batch_prediction.cancelled.
1knowledge.processing.completed, batch_prediction.completed, batch_prediction.failed, batch_prediction.expired, batch_prediction.cancelled Response
Successfully created webhook
The webhook object represents an outbound webhook subscription.
The object type, which is always webhook.
webhook The webhook identifier.
The destination URL for webhook deliveries.
The subscribed event types. Currently delivered events include knowledge.processing.completed, batch_prediction.completed, batch_prediction.failed, batch_prediction.expired, and batch_prediction.cancelled.
knowledge.processing.completed, batch_prediction.completed, batch_prediction.failed, batch_prediction.expired, batch_prediction.cancelled Whether delivery is enabled for this webhook.
The ISO string for when the webhook was created.
The ISO string for when the webhook was last updated.
The signing secret shown only when creating a webhook.