As we're developing the SaaS APIs and we're using Azure API Management service to manage the APIs.
We have defined the API products as described below:
- Organization (product) This product contains sets of APIs to manage organizations.
- Inventory (product) This product contains the sets of APIs to manage the stock and inventory.
- Employee (product) This product contains the set of APIs to manage the employees.
What I want to achieve with Azure API Management service is that-
- I don't want to create separate subscription for separate product.
- I want to add multiple products into one subscription.
- So that I can access all the APIs of different products using single subscription key.
Is this possible?
Thanks in advance.
PS: See image below for what I want to achieve.