<?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: Public API for voting system without authentication in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/310678#M29606</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/114460"&gt;@minhtong&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to clarify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this time, HubSpot does not host or support back end scripts. Said differently, it's currently not possible to create a "HubSpot server instance."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your site is built on the HubSpot CMS, you will have to communicate with your external server via AJAX or some other method.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Many HubSpot customers use&amp;nbsp;&lt;A href="https://www.heroku.com/" target="_self"&gt;Heroku&lt;/A&gt;&amp;nbsp;and similar solutions to host back end applications.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 16:19:20 GMT</pubDate>
    <dc:creator>IsaacTakushi</dc:creator>
    <dc:date>2020-01-08T16:19:20Z</dc:date>
    <item>
      <title>Public API for voting system without authentication</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/309729#M29476</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;In my site, I have public voting system for user who votes Up and Down. But&amp;nbsp;I tried to access all Hubspot APIs but It required Oauth 2.0 or Private API key. Are there any solution for accesses API with the specify token or don't need permision ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 09:25:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/309729#M29476</guid>
      <dc:creator>minhtong</dc:creator>
      <dc:date>2020-01-03T09:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Public API for voting system without authentication</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/309875#M29478</link>
      <description>&lt;P&gt;Welcome,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/114460"&gt;@minhtong&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Almost all HubSpot API endpoints require either &lt;A href="https://developers.hubspot.com/docs/methods/auth/oauth-overview" target="_self"&gt;API key or OAuth authentication&lt;/A&gt;. Some notable exceptions include the &lt;A href="https://developers.hubspot.com/docs/methods/forms/submit_form_v3" target="_self"&gt;form submission endpoints&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/tracking_code_api/tracking_code_overview" target="_self"&gt;tracking code API JavaScript methods&lt;/A&gt;. If you are seeking to interact with contact record objects, however, your integration will need to use one of these authentication methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that your end users do&amp;nbsp;&lt;EM&gt;not&lt;/EM&gt; need to be authenticated by HubSpot. The API key and/or OAuth authentication only occurs between your back end server and HubSpot's APIs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Said differently, anonymous visitors who upvote and downvote things on your site will not interact with the HubSpot API at all. Instead, these votes will be logged to your back end through whatever system you have in place. From there, you can send data from your back end server to your HubSpot CRM via the APIs. This is where HubSpot authentication comes into play. Thus, you only need one API key or OAuth token at a time for the integration between your server and HubSpot. Your end users do not need keys or tokens at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if I can clarify further.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 20:50:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/309875#M29478</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2020-01-03T20:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Public API for voting system without authentication</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/310237#M29528</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Isaac,&lt;BR /&gt;Thank you for your answer.&lt;BR /&gt;Currently, I have no&amp;nbsp;back end server, so I want to dirretly&amp;nbsp;HubSpot API&amp;nbsp;by Javascript.&amp;nbsp;&lt;BR /&gt;It's seem impossible, let me build my&amp;nbsp;back end server.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 03:43:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/310237#M29528</guid>
      <dc:creator>minhtong</dc:creator>
      <dc:date>2020-01-07T03:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Public API for voting system without authentication</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/310268#M29535</link>
      <description>&lt;P&gt;Hi Issac, one more question.&lt;BR /&gt;To be honest, my front end website built by Hubspot CMS. But no way to access the back end server for create the voting script.&lt;BR /&gt;&lt;BR /&gt;Are there anyway to access the back end CMS ? ot Are there any way to create the new Hubspot server instance ?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 09:41:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/310268#M29535</guid>
      <dc:creator>minhtong</dc:creator>
      <dc:date>2020-01-07T09:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Public API for voting system without authentication</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/310678#M29606</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/114460"&gt;@minhtong&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to clarify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this time, HubSpot does not host or support back end scripts. Said differently, it's currently not possible to create a "HubSpot server instance."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your site is built on the HubSpot CMS, you will have to communicate with your external server via AJAX or some other method.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Many HubSpot customers use&amp;nbsp;&lt;A href="https://www.heroku.com/" target="_self"&gt;Heroku&lt;/A&gt;&amp;nbsp;and similar solutions to host back end applications.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:19:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Public-API-for-voting-system-without-authentication/m-p/310678#M29606</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2020-01-08T16:19:20Z</dc:date>
    </item>
  </channel>
</rss>

