<?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: Scopes missing for Webhook subscriptions in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1109350#M80364</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got a step further with the Developer API-Key.&lt;BR /&gt;But I don't get the webhook subscription yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We develop an WP-Plugin which will be installed on different Servers/URLs.&lt;BR /&gt;I want to subscribe from every WP-Plugin separately to some webhooks. The webhooks should then be sent from Hubspot directly to the WordPress-Server where our Plugin is installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now it seems that I have to manually type a webhook destination URL where every Webhook will be sent to (regardless of which client).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the way so every client (with their own server) can subcribe to an HS Webook?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2025 17:44:28 GMT</pubDate>
    <dc:creator>DKndn</dc:creator>
    <dc:date>2025-02-14T17:44:28Z</dc:date>
    <item>
      <title>Scopes missing for Webhook subscriptions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1108763#M80319</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have an App with these scopes:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"oauth"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"crm.objects.leads.read"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"crm.objects.users.read"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"crm.objects.appointments.read"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"crm.objects.deals.read"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"crm.objects.contacts.read"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"crm.schemas.contacts.read"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"crm.schemas.appointments.read"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"crm.schemas.deals.read"&lt;BR /&gt;&lt;BR /&gt;We want to subscribe to a webhook that tells us deal phase changes.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I POST this URL ...&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/webhooks/v3/" target="_blank"&gt;https://api.hubapi.com/webhooks/v3/&lt;/A&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;$appId&lt;/SPAN&gt;&lt;SPAN&gt;}/subscriptions&lt;BR /&gt;&lt;BR /&gt;... with theses settings:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;$body&lt;/SPAN&gt;&lt;SPAN&gt; = [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"subscriptionDetails"&lt;/SPAN&gt;&lt;SPAN&gt; =&amp;gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"eventType"&lt;/SPAN&gt;&lt;SPAN&gt; =&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;"deal.propertyChange"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"propertyName"&lt;/SPAN&gt;&lt;SPAN&gt; =&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;"dealstage"&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;&lt;SPAN&gt;"targetUrl"&lt;/SPAN&gt;&lt;SPAN&gt; =&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;$webhook_url&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"active"&lt;/SPAN&gt;&lt;SPAN&gt; =&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;true&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;We call with an OAuth token (that works - for sure not the issue).&lt;BR /&gt;But we get this error back:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;EM&gt;The scope needed for this API call isn't available for public use. If you have questions, contact support or post in our developer forum.&lt;BR /&gt;category: "MISSING_SCOPES"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Our App is not listed in the marketplace (maybe that's the issue?).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance for your help!&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;Daniel&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Feb 2025 17:43:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1108763#M80319</guid>
      <dc:creator>DKndn</dc:creator>
      <dc:date>2025-02-13T17:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes missing for Webhook subscriptions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1108940#M80337</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/899614"&gt;@DKndn&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Those endpoints use your &lt;A href="https://developers.hubspot.com/docs/guides/api/app-management/webhooks#manage-settings-via-api" target="_blank" rel="noopener"&gt;Developer API key&lt;/A&gt; and your App ID. That's why you are getting the error.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2025-02-13 at 16.11.03@2x.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/138464iD266EE761C1638C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CleanShot 2025-02-13 at 16.11.03@2x.png" alt="CleanShot 2025-02-13 at 16.11.03@2x.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can find your Developer API Key in your Developer Account&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2025-02-13 at 16.13.07@2x.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/138465i53F333ED5F659776/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CleanShot 2025-02-13 at 16.13.07@2x.png" alt="CleanShot 2025-02-13 at 16.13.07@2x.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 23:17:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1108940#M80337</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-02-13T23:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes missing for Webhook subscriptions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1109192#M80354</link>
      <description>&lt;P&gt;You are brilliant! I will test this now and get back if it worked.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 13:03:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1109192#M80354</guid>
      <dc:creator>DKndn</dc:creator>
      <dc:date>2025-02-14T13:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes missing for Webhook subscriptions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1109350#M80364</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got a step further with the Developer API-Key.&lt;BR /&gt;But I don't get the webhook subscription yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We develop an WP-Plugin which will be installed on different Servers/URLs.&lt;BR /&gt;I want to subscribe from every WP-Plugin separately to some webhooks. The webhooks should then be sent from Hubspot directly to the WordPress-Server where our Plugin is installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now it seems that I have to manually type a webhook destination URL where every Webhook will be sent to (regardless of which client).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the way so every client (with their own server) can subcribe to an HS Webook?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 17:44:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Scopes-missing-for-Webhook-subscriptions/m-p/1109350#M80364</guid>
      <dc:creator>DKndn</dc:creator>
      <dc:date>2025-02-14T17:44:28Z</dc:date>
    </item>
  </channel>
</rss>

