<?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: Timeline events authentication not working in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/637262#M53455</link>
    <description>Hello! I managed to make the get request with the developers API-key. Thank&lt;BR /&gt;you for your help!&lt;BR /&gt;</description>
    <pubDate>Mon, 23 May 2022 11:05:05 GMT</pubDate>
    <dc:creator>EAminoff</dc:creator>
    <dc:date>2022-05-23T11:05:05Z</dc:date>
    <item>
      <title>Timeline events authentication not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/636287#M53392</link>
      <description>&lt;P&gt;Hi! I have a problem while trying to get all timeline events from my hubspot app.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In the code im successfully getting contacts, owners etc. with my oauth requests&amp;nbsp; but when i try to use:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;try&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;apiResponse&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;hubspotClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;timeline&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;templatesApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getAll&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;appId&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;JSON&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;stringify&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;apiResponse&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;body&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;SPAN&gt;catch&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;e&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;e&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;message&lt;/SPAN&gt;&lt;SPAN&gt; === &lt;/SPAN&gt;&lt;SPAN&gt;'HTTP request failed'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;? &lt;/SPAN&gt;&lt;SPAN&gt;console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;error&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;JSON&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;stringify&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;e&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;response&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;error&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;e&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i get the following error:&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;body: {&lt;BR /&gt;status: 'error',&lt;BR /&gt;message: 'Any of the listed authentication credentials are missing',&lt;BR /&gt;correlationId: '2b8ada6e-af25-4a80-b363-a07a398ed30a',&lt;BR /&gt;engagement: {&lt;BR /&gt;hapikey: 'hapikey not engaged. hapikey is not present in query params.',&lt;BR /&gt;'oauth-token': 'oauth-token not engaged. OAuth access token not found in request header.',&lt;BR /&gt;'service-to-service': 'service-to-service not engaged. Metadata for service-to-service request not found.',&lt;BR /&gt;'internal-cookie': 'internal-cookie not engaged. Cookie not found in the request.',&lt;BR /&gt;'app-cookie': 'app-cookie not engaged. App cookie is not present on the request.'&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked my scopes and it includes timeline. Hoping that someone can point me in the right direction.&amp;nbsp; Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 13:34:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/636287#M53392</guid>
      <dc:creator>EAminoff</dc:creator>
      <dc:date>2022-05-20T13:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline events authentication not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/636563#M53423</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/389019"&gt;@EAminoff&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;If you are looking to grab the template, you will need to use your developer API key referenced in &lt;A href="https://developers.hubspot.com/docs/api/crm/timeline" target="_blank" rel="noopener"&gt;the docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRM_API___Timeline_events.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/66892iDA81F3DBD82F800C/image-size/large?v=v2&amp;amp;px=999" role="button" title="CRM_API___Timeline_events.png" alt="CRM_API___Timeline_events.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 20:24:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/636563#M53423</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2022-05-20T20:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline events authentication not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/637218#M53452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/389019"&gt;@EAminoff&lt;/a&gt;&amp;nbsp;, just doing a double check, did you add the right appId in the path as well as declaring the variable when doing the GET request? The request is quite simple so I guess we just need to double check either OAuth token or appId is incorrect/not present.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 09:41:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/637218#M53452</guid>
      <dc:creator>lindahl</dc:creator>
      <dc:date>2022-05-23T09:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline events authentication not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/637262#M53455</link>
      <description>Hello! I managed to make the get request with the developers API-key. Thank&lt;BR /&gt;you for your help!&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 11:05:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/637262#M53455</guid>
      <dc:creator>EAminoff</dc:creator>
      <dc:date>2022-05-23T11:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline events authentication not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/637269#M53458</link>
      <description>&lt;A href="https://developers.hubspot.com/docs/api/crm/timeline" target="_blank"&gt;https://developers.hubspot.com/docs/api/crm/timeline&lt;/A&gt; under POST&lt;BR /&gt;/crm/v3/timeline/events The API reference for node.js is incorrect. It says&lt;BR /&gt;hubspotClient.crm.timeline.events.eventsApi.create even though it should&lt;BR /&gt;be hubspotClient.crm.timeline.eventsApi.create. Thought you might want to&lt;BR /&gt;know. Thanks again for your help. Best regards,&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2022 11:19:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/637269#M53458</guid>
      <dc:creator>EAminoff</dc:creator>
      <dc:date>2022-05-23T11:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline events authentication not working</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/840093#M66820</link>
      <description>&lt;P&gt;Getting same error , i have to use oauth access token ,&lt;BR /&gt;Because i have to use this api on the behalf of my user who login and will provide access token to me ,&amp;nbsp;&lt;BR /&gt;and i tried alot and getting the same above error&amp;nbsp;&lt;BR /&gt;provided by&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/389019"&gt;@EAminoff&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;so, &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;please let me know how i can use this api , with access token , i need to do CRUD operation with timeline event templates .&lt;BR /&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91768"&gt;@lindahl&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 07:36:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Timeline-events-authentication-not-working/m-p/840093#M66820</guid>
      <dc:creator>AHussain17</dc:creator>
      <dc:date>2023-08-25T07:36:09Z</dc:date>
    </item>
  </channel>
</rss>

