<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API without authentication in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5281#M2337</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/2489"&gt;@bboren&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This is Marlon from the support team.&lt;BR /&gt;HTTP Webhook doesn't have a configurable response, unlike API Platform. However, the API Platform requires authentication.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 12:34:55 GMT</pubDate>
    <dc:creator>marlon-muela</dc:creator>
    <dc:date>2023-10-03T12:34:55Z</dc:date>
    <item>
      <title>API without authentication</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5200#M2299</link>
      <description>&lt;P&gt;Is it possible to implement an API that does not require credentials?&amp;nbsp; Ultimately, I would like to implement a GET call with query parameters through a hyperlink.&amp;nbsp; I want that to return a custom HTML response to the user.&lt;/P&gt;&lt;P&gt;I can't seem to get past the authentication requirement though.&lt;/P&gt;&lt;P&gt;Has anyone done anything similar?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 19:40:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5200#M2299</guid>
      <dc:creator>bboren</dc:creator>
      <dc:date>2023-09-22T19:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: API without authentication</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5201#M2300</link>
      <description>&lt;P&gt;Yes you can use the HTTP connector and specify no authentication in the connector details.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 13:55:08 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5201#M2300</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2023-09-23T13:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: API without authentication</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5202#M2301</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp; I think I did not word my post right.&amp;nbsp; I am not trying to create an outbound API call.&amp;nbsp; I want to support an inbound API call.&amp;nbsp; Essentially I want to replace a webhook and provide a custom response that is HTML. So I want the call to trigger my recipe when another system calls it.&lt;/P&gt;&lt;P&gt;The HTML trigger seemed to perform an HTML call on a schedule. Not support an inbound call.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 13:05:47 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5202#M2301</guid>
      <dc:creator>bboren</dc:creator>
      <dc:date>2023-09-24T13:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: API without authentication</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5210#M2305</link>
      <description>&lt;P&gt;Ah, I see, sorry for the misunderstanding.&amp;nbsp; I've used Workato's "webhook" trigger for that same purpose... it provides an API endpoint that can be called without authentication to serve as a notification endpoint of a change being made elsewhere.&amp;nbsp; The webhook wizard is pretty good, where it gives you the endpoint and then listens.&amp;nbsp; Meanwhile you go to the other system and generate the call, and Workato "detects" it and generates the input schema for you.&lt;/P&gt;&lt;P&gt;The part I'm not familiar with is generating an HTML response.&amp;nbsp; Mine doesn't give a response beyond the 200 Ok, and &lt;A href="https://docs.workato.com/connectors/workato-webhooks/config.html#custom-responses" target="_blank" rel="noopener"&gt;their doc&lt;/A&gt; looks like it's not meant to give much more.&lt;/P&gt;&lt;P&gt;And the API Platform, if you have that module, doesn't have an authentication-less option.&amp;nbsp; But it can just use an Auth Token in plain text so you can "approximate" no authentication?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&amp;nbsp; My responses for those have always been JSON.&amp;nbsp; It looks like the Content Type options are JSON and Text/Xml, so I'm not sure HTML would be supported.&amp;nbsp; I'd ask Support to be sure on that one.&lt;/P&gt;&lt;P&gt;Sorry I couldn't be more help.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 14:09:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5210#M2305</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2023-09-25T14:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: API without authentication</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5212#M2307</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; Ultimately, I want someone to be able to click a hyperlink to call a webhook and have it respond with something better than {"ok"}.&amp;nbsp; I want something simple like "Your request was processed." or "Your request failed".&amp;nbsp; Everything is there for the webhook other than being able to change the response.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 17:57:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5212#M2307</guid>
      <dc:creator>bboren</dc:creator>
      <dc:date>2023-09-25T17:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: API without authentication</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5281#M2337</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/2489"&gt;@bboren&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This is Marlon from the support team.&lt;BR /&gt;HTTP Webhook doesn't have a configurable response, unlike API Platform. However, the API Platform requires authentication.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 12:34:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5281#M2337</guid>
      <dc:creator>marlon-muela</dc:creator>
      <dc:date>2023-10-03T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: API without authentication</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5282#M2338</link>
      <description>&lt;P&gt;Thank you Marlon. I guess that is the problem.&amp;nbsp; Do you know how to request this capability?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 12:49:31 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5282#M2338</guid>
      <dc:creator>bboren</dc:creator>
      <dc:date>2023-10-03T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: API without authentication</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5283#M2339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/2489"&gt;@bboren&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can submit a request through the &lt;STRONG&gt;&lt;A href="https://ideas.workato.com/app/#/user/dashboard?currentProductId=caf1efdf-1d7e-4b7b-aeb9-28e4b0f4b25c" target="_blank"&gt;Feedback Page&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 12:51:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/api-without-authentication/m-p/5283#M2339</guid>
      <dc:creator>marlon-muela</dc:creator>
      <dc:date>2023-10-03T12:51:09Z</dc:date>
    </item>
  </channel>
</rss>

