Hi!
I am trying to get data (exchange rates) via a Rest API. I am a very beginner in using Rest API:s.
By now, I start with a creator and connect than the HTTP Caller. However, I have difficulties to set up the HTTP Caller and get a connection.
I use the following url:
https://api.riksbank.se/swea/v1/Observations/SEKEURPMI/2022-01-01/2022-12-31 HTTP/1.1
The API needs a so called Ocp-Apim-Subscription-Key. It contains of 32 numbers and letters.
I guess this should be defined in the header, but how would I do this in FME? There is no such parameter available, is it?
To access the API portal username and password are required. Do I have to use this username and password in the "Use Authentication" section or does it refere to the username and password of the API itself?
Thank you so much in advance.