Case: I want to expose APIs through the API Manager in a multi-tenant manner. Hope i can explain what i want. So in fact an API key belongs to a particular Tenant.
Example: I want to expose for a GetCustomers API. Because i only want to return customers of that tenant how can i achieve this without the tenant as a parameter (GetCustomers(tenant))?
- Is it possible to get the Tenant given an API Key?
- Is there another way to achieve this?
Regards Roger