Hi,
is there a way to get a JCoDestination from account level of a subscribed tenant without using the consumer specific URL?
Context:
My java application is running on a provider account and is subscribed by three tenants A,B and C. Each tenant has its own cloud connector and is connected over different destinations to different SAP backend systems. If I call the consumer specific URLs of those tenants, I can access the JCoDestination from the corresponding tenant.
But if I call the java app via the URL of the provider account, the destinations of the subscribed tennats are not found.
Is there a way to get this or is it required to use the consumer specific URLs?
Best Regards,
Chris