Your products
The Your Products page provides a management view by combining the user's granted products and active licensed products.
Access Path
- Web:
/billing/your-products - Product management detail:
/billing/your-products/:id/manage
Major Transactions
- Listing of products assigned to the user
- Aggregated view of active licensed products
- Status/name based filtering
- Switching to product-based management screen
API Bits Used
GET /api/user/me/productsGET /api/License/activeGET /api/Product/:productId
Authorization Note
- The page provides a product/license view within the scope of customer; auth and customer context are required.
:::info Manifest Code
console:billing:your-products
:::