Hi,
I have a question regarding the application Integration. What are the available ways to invoke or execute the created integrations for example, we can create an Apigee proxy and use it to invoke the integration, or use "projects.locations.integrations.execute" API to do so. do we have any other options? And what are the best practices to secure the create integrations, what are the recommended authentication and authorization methods to be used to secure the Integration.
Hi @Bassant_Tharwat,
When it comes to executing integrations, there are quite a few methods you can use beyond just the Apigee proxy or the projects.locations.integrations.execute
API. Here are some other options that might work for you:
Here are some best practices about securing those integrations:
I hope the above information is helpful.