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: 
Anonymous
Not applicable

Giving Authentication to rest api

Hi All,

 

   Can Some one help me in how to give authentication for rest api in talend.

   Thanks in Advance.

 

Raghu Athesh.

Labels (2)
3 Replies
Jesperrekuh
Specialist
Specialist

What type of authentication? oAuth2? or ... could you be more specific?

Anonymous
Not applicable
Author

Hello @Dijke

   

   I have a api on which it has a authentication details... username, and password

   And i have to call a particular api on talend by giving the credentials.

   Can you help me on how to call the api .

   Thanks in advance.

 

 

 

,

 

Jesperrekuh
Specialist
Specialist

tRestClient is the component to use.

It depends on the api-url and it's authentication functions, so basically we need the url and the apifunctionname, the headers to set and if its POST, PUT or GET ... REST api vs SOAP api?
https://www.somewebsite.com/<apifunction>?user=usrname&pwd=yourpwd

No futher help is possible if you dont provide more details, thanks!