<?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: Project Object access via APIs? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1222505#M85399</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We’re currently evaluating how to integrate project data into our system architecture. Could you please share if there’s an estimated timeline or release window for when the Projects API will be made publicly available?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Depending on this, we’ll need to decide whether to handle this as a custom object within HubSpot or manage it via an external system. Any insight into your current roadmap would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Nov 2025 13:20:53 GMT</pubDate>
    <dc:creator>KSundqvist</dc:creator>
    <dc:date>2025-11-11T13:20:53Z</dc:date>
    <item>
      <title>Project Object access via APIs?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1199749#M84299</link>
      <description>&lt;P&gt;Hi team!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Who do you know that can share when the &lt;STRONG&gt;Projects Object&lt;/STRONG&gt; will be accessible via the APIs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried my luck adding the scopes but...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[ERROR] There were errors building this component:
 - The scope crm.objects.project.write could not be recognized. Check your scope and try again.
 - The scope crm.objects.project.read could not be recognized. Check your scope and try again.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;BR /&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 01:26:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1199749#M84299</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2025-09-12T01:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Project Object access via APIs?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1200125#M84318</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for posting to the Community! I hope your having a fantastic Friday!&lt;BR /&gt;&lt;BR /&gt;We don't have an API for Project Objects publicly available yet. The API is still on the roadmap. We will keep you updated once this is released!&lt;BR /&gt;&lt;BR /&gt;Stay tuned!&lt;BR /&gt;&lt;BR /&gt;Cassie, Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 19:17:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1200125#M84318</guid>
      <dc:creator>chighsmith</dc:creator>
      <dc:date>2025-09-12T19:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Project Object access via APIs?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1201635#M84372</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the link to the Product API-&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api-reference/crm-products-v3/basic/get-crm-v3-objects-products" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/crm-products-v3/basic/get-crm-v3-objects-products&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl for same is  -
curl --request GET \
  --url https://api.hubapi.com/crm/v3/objects/products \
  --header 'Authorization: Bearer &amp;lt;token&amp;gt;'
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this will help you out. Please mark it as &lt;/SPAN&gt;&lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt;&lt;SPAN&gt; to help another Community member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 11:07:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1201635#M84372</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2025-09-17T11:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Project Object access via APIs?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1201923#M84408</link>
      <description>&lt;P&gt;Yes, please, add to API so we can use Custom Coded Actions on the new Projects object!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 20:51:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1201923#M84408</guid>
      <dc:creator>PGoehrke5</dc:creator>
      <dc:date>2025-09-17T20:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Project Object access via APIs?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1202503#M84447</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/346639"&gt;@GRajput&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to work with &lt;STRONG&gt;projects&lt;/STRONG&gt; via the API, not &lt;STRONG&gt;products&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That will (proabably) be the correct endpoint – but, at the moment there are no scopes for projects and the endpoint for projects fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Mike&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 03:35:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1202503#M84447</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2025-09-19T03:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Project Object access via APIs?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1202636#M84455</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I’ve thoroughly reviewed the HubSpot documentation, and there is currently no API available for the Projects object. As a result, we cannot access or manage Projects via API at this time. I also explored the possibility of retrieving the data through the custom object endpoints, but those do not return any project data either. &lt;BR /&gt;&lt;BR /&gt;I recommend reaching out to HubSpot Support for further guidance, as they may be able to confirm the roadmap and provide a timeline for when the Projects API will be made available.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this will help you out. Please mark it as &lt;/SPAN&gt;&lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt;&lt;SPAN&gt; to help another Community member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 11:52:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1202636#M84455</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2025-09-19T11:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Project Object access via APIs?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1222505#M85399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We’re currently evaluating how to integrate project data into our system architecture. Could you please share if there’s an estimated timeline or release window for when the Projects API will be made publicly available?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Depending on this, we’ll need to decide whether to handle this as a custom object within HubSpot or manage it via an external system. Any insight into your current roadmap would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 13:20:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1222505#M85399</guid>
      <dc:creator>KSundqvist</dc:creator>
      <dc:date>2025-11-11T13:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Project Object access via APIs?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1222549#M85403</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1011781"&gt;@KSundqvist&lt;/a&gt;&lt;/SPAN&gt; and welcome, we are so glad to have you here!&lt;BR /&gt;&lt;BR /&gt;Great question, thanks for asking the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am excited to share that&amp;nbsp;all customers will have access to the "&lt;A href="https://developers.hubspot.com/docs/guides/account/projects/guide" target="_blank" rel="noopener"&gt;Projects API (BETA)&lt;/A&gt;" by November 17th.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Have a wonderful day!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 17:34:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Project-Object-access-via-APIs/m-p/1222549#M85403</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-11-14T17:34:04Z</dc:date>
    </item>
  </channel>
</rss>

