Skip to main content
Solved

Receive data through an API

  • June 3, 2020
  • 3 replies
  • 6 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi,

 

I have a link, an authorization and a token, to receive data through an API, how can I do this in FME? Could someone give me an example?

 

Thank´s

Best answer by david_r

The HTTPCaller is your friend, there are a lot of examples if you search for "HTTPCaller" on the forums here, e.g. https://knowledge.safe.com/questions/108354/api-call-from-fme-httpcaller-does-not-work-but-api.html

This is also a great starting point: https://knowledge.safe.com/articles/92720/how-to-access-an-api-using-the-httpcaller.html

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • Best Answer
  • June 3, 2020

The HTTPCaller is your friend, there are a lot of examples if you search for "HTTPCaller" on the forums here, e.g. https://knowledge.safe.com/questions/108354/api-call-from-fme-httpcaller-does-not-work-but-api.html

This is also a great starting point: https://knowledge.safe.com/articles/92720/how-to-access-an-api-using-the-httpcaller.html


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • June 3, 2020

The HTTPCaller is your friend, there are a lot of examples if you search for "HTTPCaller" on the forums here, e.g. https://knowledge.safe.com/questions/108354/api-call-from-fme-httpcaller-does-not-work-but-api.html

This is also a great starting point: https://knowledge.safe.com/articles/92720/how-to-access-an-api-using-the-httpcaller.html

@david_r,

Your reply in https://knowledge.safe.com/questions/110636/received-http-response-header-http11-401-unauthori.html solved my problem.

 

Thank´s


david_r
Celebrity
  • June 3, 2020

Great, am glad to hear that you found a solution.