Skip to main content

Register your product with Insights

Important

The GraphQL Insights API is currently in Early Availability status for customers on the AWS-US cluster. For more information, see GraphQL API policy.

To register your product so you can use Insights, you must first submit a request via email to appinsights@appdirect.com with the product name Product ID, and product UUID for the product that you would like to register.

This product UUID is generated when you create the product in the marketplace. To obtain it, after your product has been published, note the Product ID that appears on the product definition at **Manage > Billing and Distribution >**Billing And Distribution | Products > product name | Edit.

Use this Product ID to retrieve the matching UUID by entering the following request in your browser (while logged in to your marketplace):

https://marketplace/api/marketplace/v1/products/ProductId

In this example, marketplace is the URL for your marketplace (for example, markeplace.mycompany.com ), and ProductId is the Product ID from the definition.

The response should include the product UUID among the first items:

<product xmlns:atom="http://www.w3.org/2005/Atom" href="https://marketplace/api/marketplace/v1/products/ProductId">    
<id>ProductId</id>
<uuid>PRODUCT_UUID</uuid>
...

This PRODUCT_UUID is what you must include in your message to appinsights@appdirect.com with the product name and Product ID. This UUID is also the value you must use as the productId in Insight APIs.

Was this page helpful?