Data Structure
WebhookSubscription
An object that represents a submitted webhook subscription. Each WebhookSubscription object defines what event should be monitored and where the corresponding event payload should be delivered when the event occurs.WebhookTriggerEvent
An enumeration that defines the set of available options to which webhook subscription can be bound. Available options:
In addition, the Opigno Enterprise API provides a time-based trigger definitions:
Queries
listWebhookSubscriptions
- The API user context must have
AUTHENTICATEDscope to access webhook subscriptions. Anonymous users cannot retrieve this data. - The API user context must have permission to view webhook subscriptions.
- The API user context must be present and valid - otherwise, access is denied.
Related Features
ThelistWebhookSubscriptions query supports the same advanced features as other catalog queries:
Authentication
Understand the authentication requirements and how to properly authenticate your requests.
Authentication Errors
Authentication Errors
- 401 Unauthorized: Ensure you’re using a valid authentication token with
AUTHENTICATEDscope - 403 Forbidden: Verify your user account has the necessary permissions to access webhook subscription data