Allow third party api call within custom app

Hi community!

Is it possible in a custom app (not serverless) to call third party api’s?
I want to call a thirdparty api to input data visually in a custom app (sidebar & fullpage)
I can see that apps are wrapped in an iframe with the tag “allow-same-origin”:
<iframe sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-modals allow-downloads" allow="geolocation; microphone" id="#" src="http://localhost:*/iframe/Widget.html"></iframe>

//Jonathan

Hi @JonathanHojtoft,
Welcome to the Developer community :tada:

You can call third party apis using Request Method from both frontend or backend app.

1 Like

Thanks Mani!

It works perfectly :slight_smile:

2 Likes