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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator II
Partner - Creator II

Talend Studio its posible publish a get method api rest public

Hi,

 

I want to expose a new method api rest type get in talend studio and publish in talend cloud, to return certain information  as response.

But I want to expose this method to public and not need authentication to execute.

This is posible.

Thanks

Labels (3)
1 Reply
Mohammed_Messaoudi

Hello,

This could be possible.  I should mention that the Talend-hosted API itself (via Talend Cloud API Designer ) still runs behind Talend’s security model,

but you can try to configure an API operation to be open, i.e., no authentication required.

You expose a GET endpoint that returns “certain information” as JSON/XML. and then you can mark that specific operation as no authentication.