Preview

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

Marketplace

This page contains

    Fields

    id: ID!
    settings(filter: MarketplaceSettingsFilter!): [MarketplaceSetting!]!

    Marketplace settings visible to the caller. Returns at most 50 settings per request. Unknown or inaccessible keys are reported as GraphQL errors; permitted keys are still returned.

    name: String

    Localized marketplace name from the marketplaceNameMap setting, selected using the Accept-Language header.

    url: URL

    Parent objects of Marketplace

    MarketplaceSetting PREVIEW

    A single marketplace setting and its effective value for the requested marketplace.

    SubscriptionRecord PREVIEW

    Subscription associated with an integration event.

    User PREVIEW

    User who triggered the event.

    Mutations for Marketplace

    setMarketplaceUrl PREVIEW

    Sets the base URL for a marketplace.

    Queries for Marketplace

    marketplace PREVIEW
    me

    Retrieve details of currently logged-in user

    subscriptionRecord PREVIEW

    Fetch a single subscription record by ID

    user

    Retrieve a user by ID

    userByExternalId

    Retrieve a user by external ID

    userByUsername

    Retrieve a user by username