Skip to main content

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 AUTHENTICATED scope 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.
The following arguments can be used in the query:
The listWebhookSubscriptions query supports the same advanced features as other catalog queries:

Authentication

Understand the authentication requirements and how to properly authenticate your requests.
Common error scenarios and solutions:
  • 401 Unauthorized: Ensure you’re using a valid authentication token with AUTHENTICATED scope
  • 403 Forbidden: Verify your user account has the necessary permissions to access webhook subscription data