how to give multiple api for one proxy?

Not applicable

hi team,

i have two apis, i need to build a proxy with two or more apis. is it possible?

Please help me.

scenario:

api 1: X

api 2: Y

proxy need to create with X and Y proxy name as Z is ti possible?


0 2 439
2 REPLIES 2

@Ramakrishna Kosuru , Welcome to Apigee Community.

Are you trying to build a proxy Z that talks to both X & Y , gets the response from both X & Y, combines both the responses , send the combined response as z response to the client ?

@Ramakrishna Kosuru ,

Yes, It's possible. If both X & Y has same target endpoint like host name, You can create a proxy with that target endpoint & proxy Z supports calling both the APIs X & Y.

If X & Y has different host names, You can create multiple target endpoints in the same proxy z and route the calls based on path suffix or any other request parameter.

For more details, Please refer documentation https://docs.apigee.com