Data Connection for simple web service

I am trying to create a data connection for simple webservice like this, can anyone guide me on how to do this? What options to select?

www.interactivebrokers.com/Universal/servlet/FlexStatementService.SendRequest?t={token}&q={query_id}&v=3

If this is an API that you’d like to ingest from in batches, you’d likely want to go with external transforms. If you need more realtime ingestion, you may choose to go with compute modules and the public streaming API.

If you’re looking to interact with the system interactively (such as through a workshop app or action), you may choose to use external functions or webhooks.

In any of these cases, you’ll want to create a REST API source with connection details for your system

1 Like

In a simple python code just the url works fine.

However, when I use Rest API and webhook in foundry and pass parameters. it gives following error. I dn’t have any authentication information , it is just this url that should work fine.

www.interactivebrokers.com/Universal/servlet/FlexStatementService.SendRequest?t={token}&q={query_id}&v=3

I created a Rest API connection
I configured Webhook
I tried to test Webhook and below is the error.

org.apache.hc.client5.http.ClientProtocolException: CONNECT refused by proxy: HTTP/1.1 407 Proxy Authentication Required
Unknown IO exception occurred while running rest call

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.