<?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: Dev account has no API key in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Dev-account-has-no-API-key/m-p/699349#M57342</link>
    <description>&lt;P&gt;Thanks a lot, I was looking in the settings&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 11:14:08 GMT</pubDate>
    <dc:creator>xorik1</dc:creator>
    <dc:date>2022-09-28T11:14:08Z</dc:date>
    <item>
      <title>Dev account has no API key</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Dev-account-has-no-API-key/m-p/699307#M57334</link>
      <description>&lt;P&gt;Hi. I'm trying to call API to create event template &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;, but it requires developer's API key, which I don't have in my dev account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a developer account, and created an app. OAuth working perfectly, but I can't create a template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation said:&lt;BR /&gt;&lt;EM&gt;&amp;gt;For authentication, use the developer API key found in your app developer account.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But in my developer account I have no API key in settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to create a private app in my main account, and call API with private app token:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl --request POST \
  --url https://api.hubapi.com/crm/v3/timeline/1034635/event-templates \
  --header 'Authorization: Bearer MY-PRIVATE-APP-TOKEN' \
  --header 'Content-Type: application/json' \
  --data '
{ 
  "name": "Example Webinar Registration", 
  "objectType": "contacts"
}'&lt;/LI-CODE&gt;&lt;P&gt;But it returns an error:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
	"status": "error",
	"message": "This oauth-token (pat-na1-8acb8) does not have proper permissions! (requires all of [developers-write])",
	"correlationId": "d6a7f130-c224-4a87-b66d-dc7d9debbaff"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Probably I need to connect app from dev account with private app in my main account, but I didn't find how to do this, because those are 2 separate accounts&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:50:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Dev-account-has-no-API-key/m-p/699307#M57334</guid>
      <dc:creator>xorik1</dc:creator>
      <dc:date>2022-09-28T09:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dev account has no API key</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Dev-account-has-no-API-key/m-p/699332#M57336</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/430297"&gt;@xorik1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From within the developer account click on "apps" in the menu bar. Towards the right hand side you will see the option to "Get HubSpot API Key". When you click on it you will then be able to generate the API key required to create the event templates.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-09-28 at 11.47.17.png" style="width: 589px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/76103iB92581C6980D9B88/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-09-28 at 11.47.17.png" alt="Screenshot 2022-09-28 at 11.47.17.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 10:47:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Dev-account-has-no-API-key/m-p/699332#M57336</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2022-09-28T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dev account has no API key</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Dev-account-has-no-API-key/m-p/699349#M57342</link>
      <description>&lt;P&gt;Thanks a lot, I was looking in the settings&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 11:14:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Dev-account-has-no-API-key/m-p/699349#M57342</guid>
      <dc:creator>xorik1</dc:creator>
      <dc:date>2022-09-28T11:14:08Z</dc:date>
    </item>
  </channel>
</rss>

