Preview

vendorIntegrationEventInsights is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

vendorIntegrationEventInsights

Aggregated event counts for the authenticated caller, used to power UI insights badges.

Counts are scoped by the caller's role and identity context. Optional filter fields (e.g. marketplaceScope) adjust scoping; event-list filters are not accepted here.

  • ROLE_DEVELOPER: counts events across all products owned by the developer's vendor company.
  • ROLE_CHANNEL_ADMIN / ROLE_CHANNEL_SUPPORT / ROLE_CHANNEL_PRODUCT_SUPPORT: counts events for their marketplace.
  • ROLE_CORPORATE_ADMIN: counts events across all owned marketplaces.
  • ROLE_SUPERUSER: counts all events without scoping.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_SUPERUSER

    ROLE_DEVELOPER

    ROLE_CORPORATE_ADMIN

    ROLE_CHANNEL_ADMIN

    ROLE_CHANNEL_SUPPORT

    ROLE_CHANNEL_PRODUCT_SUPPORT

    Arguments

    filter ProductIntegrationEventInsightsFilter PREVIEW

    Return Fields

    ProductIntegrationEventInsights! PREVIEW

    Aggregated event counts for the calling user, used to power UI events insights.

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.