Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
SGV
Creator
Creator

I need help with ingesting data via REST connector

Hello,

Can someone please explain how I can create a connection for a REST connector with the following info below?

Note: I have balanceId, profileId and API Token

curl -X GET https://api.sandbox.transferwise.tech/v1/profiles/{{profileId}}/balance-statements/{{balanceId}}/sta...
?currency=EUR
&intervalStart=2018-03-01T00:00:00.000Z
&intervalEnd=2018-03-15T23:59:59.999Z
&type=COMPACT \
-H 'Authorization: Bearer <your api token>'

@Patric_Nordstrom 

Labels (2)
1 Reply
swaroco
Contributor
Contributor

Appflow makes this extremely easy but only supports a short list of public api at this time.

MWAA is another option, but requires an environment to be set up and therefore has associated costs.

Lambda is another option with a cloud watch schedule. That way you can use your language of choice.