Products
With these endpoints you can manage your Products.
By gathering the right productId, you can also manage Environments, Configs, Tags, Webhooks, and Permission Groups through the API.
Here you can read more about the concept of Products.
📄️ List Products
This endpoint returns the list of the Products that belongs to the user.
📄️ Get Product
This endpoint returns the metadata of a Product
📄️ Update Product
This endpoint updates a Product identified by the `productId` parameter.
📄️ Delete Product
This endpoint removes a Product identified by the `productId` parameter.
📄️ Get Product Preferences
This endpoint returns the preferences of a Product
📄️ Update Product Preferences
This endpoint updates the preferences of a Product identified by the `productId` parameter.
📄️ Create Product
This endpoint creates a new Product in a specified Organization