Is it possible to make an API joining 2 APIs, or an API and a Data Base or Web Service?

Not applicable

Hello, I would like to know if it is possible to make an API joining two existing API's, or an API and a data base or web service?

Thanks in advance

Solved Solved
0 3 1,153
1 ACCEPTED SOLUTION

HI @Juan Andres La Cruz. Joining two API's can be achieved by mashing up responses from two API's.

For this you cans use ServiceCallout policy or making HTTP requests through Javascript policy.

This doc regarding policy composition may also help you.

View solution in original post

3 REPLIES 3

HI @Juan Andres La Cruz. Joining two API's can be achieved by mashing up responses from two API's.

For this you cans use ServiceCallout policy or making HTTP requests through Javascript policy.

This doc regarding policy composition may also help you.

Excellent, that's what I was looking for!

Thanks!

Glad to know that!!