Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.