Events
Was this helpful?
Was this helpful?
Retrieves all events with associated subscription details.
Note: Events that have no past subscription information will contain empty metadata. Fields that are referenced in the 'excludedFields' array will be filtered out from the event payload. The absence of a field in 'excludedFields' means it will be automatically included in the event payload.
Required scopes
webhook.subscription_read
Your Emporix tenant's name. Note: The tenant should always be written in lowercase.
List of language codes acceptable for the response. You can specify factors that indicate which language should be retrieved if the one with a higher factor was not found in the localized fields.
The specified languages need to be defined in the Configuration Service under project_lang
key. Otherwise they will be ignored.
Note: If not specified, localized fields will be retrieved in the default language configured by the tenant in the Configuration Service.
fr-CH, fr;q=0.9, en;q=0.8, de;q=0.7
Updates the list of subscriptions by either subscribing to or unsubscribing from specified events.
To receive events with fewer fields, you can specify the names of fields that you want to exclude in the 'fieldsToUnsubscribe' array. To re-include the previously excluded fields, you can provide their names in the 'fieldsToSubscribe' array.
Required scopes
webhook.subscription_manage
Your Emporix tenant's name. Note: The tenant should always be written in lowercase.
Subscription changes.
Unique identifier of the event.
product.updated
Indicates whether the event should be subscribed to or unsubscribed from.
Fields to exclude from notification.
Fields to re-include in the notification. To be used when user wants to subscribe to previously unsubscribed fields.