Home / Events and Notifications
All published events in the Highnote Platform are available via the GraphQL API and stored for 30 days. This is useful as a fallback if a webhook is missed or your integration does not require pushed notifications.
You can query all events using the notificationEvents
query. This will return a paginated list of results which defaults to 20 entries.