<?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: Get all Timeline from an account in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Get-all-Timeline-from-an-account/m-p/753577#M61257</link>
    <description>&lt;P&gt;hello,&amp;nbsp; i tried the endpoint you gave, but seems it doesnt support GET ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://api.hubapi.com/crm/v3/timeline/events&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the response is 405 Method not allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have opened all menus of private app, and i cant see the AppId, perhaps, could you send a pic where it should be located?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 18:34:36 GMT</pubDate>
    <dc:creator>AlbertMuñoz</dc:creator>
    <dc:date>2023-02-08T18:34:36Z</dc:date>
    <item>
      <title>Get all Timeline from an account</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-all-Timeline-from-an-account/m-p/752931#M61205</link>
      <description>&lt;P&gt;Hello, i created a private app, and can access almost all object i need ( contacts, companies, deal, products, quotes ), but i cant access the timeline events, the response is 401 unauthorized, but im using the same api key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/crm/v3/timeline/{appid}/event-templates" target="_blank" rel="noopener"&gt;https://api.hubapi.com/crm/v3/timeline/{appid}/event-templates&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the AppId i must use in the url, i know that it should be in the app dashboard but i cant see it , so i tried with both numbers you can see in browser when you are inside the app config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app-eu1.hubspot.com/private-apps/26091250/1424168" target="_blank" rel="noopener"&gt;https://app-eu1.hubspot.com/private-apps/26091250/1424168&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with&amp;nbsp; 26091250 and 1424168&amp;nbsp; with no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, what is the right way to get all timeline event from an account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 18:45:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-all-Timeline-from-an-account/m-p/752931#M61205</guid>
      <dc:creator>AlbertMuñoz</dc:creator>
      <dc:date>2023-02-07T18:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get all Timeline from an account</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-all-Timeline-from-an-account/m-p/753146#M61223</link>
      <description>&lt;P&gt;To retrieve timeline events from your HubSpot account using the API, you need to have the necessary permissions to access the timeline data. To access the timeline data, you need to make a GET request to the following endpoint:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;https://api.hubapi.com/crm/v3/timeline/events&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Additionally, you need to include your API key in the request header as an Authorization header. The format should be as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Authorization: Bearer &amp;lt;API_KEY&amp;gt;
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the appId you are trying to use in the URL, it is likely that you are using the incorrect identifier. The appId is unique to each private app and is generated when you create a new private app. You can find your private app's appId by navigating to the app in your HubSpot account, and then clicking on the "App settings" button.&lt;/P&gt;
&lt;P&gt;If you are still encountering a 401 Unauthorized error, it could be that your API key does not have the necessary permissions to access the timeline data. You can check the permissions for your API key in your HubSpot account by navigating to Integrations &amp;gt; APIs.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Himanshu Rauthan&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 08:05:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-all-Timeline-from-an-account/m-p/753146#M61223</guid>
      <dc:creator>himanshurauthan</dc:creator>
      <dc:date>2023-02-08T08:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get all Timeline from an account</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-all-Timeline-from-an-account/m-p/753577#M61257</link>
      <description>&lt;P&gt;hello,&amp;nbsp; i tried the endpoint you gave, but seems it doesnt support GET ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://api.hubapi.com/crm/v3/timeline/events&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the response is 405 Method not allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have opened all menus of private app, and i cant see the AppId, perhaps, could you send a pic where it should be located?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 18:34:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-all-Timeline-from-an-account/m-p/753577#M61257</guid>
      <dc:creator>AlbertMuñoz</dc:creator>
      <dc:date>2023-02-08T18:34:36Z</dc:date>
    </item>
  </channel>
</rss>

