<?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 CRM v3 Lists Endpoint Error in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-v3-Lists-Endpoint-Error/m-p/885950#M69361</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to make an API requst to get our contact lists. I am using the&amp;nbsp;&lt;SPAN&gt;/crm/v3/lists/search endpoint referenced in the URL below but I get a "500 Internal Server Error" response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api/crm/lists" target="_blank"&gt;https://developers.hubspot.com/docs/api/crm/lists&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I made sure to use a post command as noted on this page. "You can also make a POST request to /crm/v3/lists/search and omit the query parameter in the body of your request. The response will include all of your lists, each of which will include its associated ILS List ID."&lt;BR /&gt;&lt;BR /&gt;What am I missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2023 18:26:48 GMT</pubDate>
    <dc:creator>K_Coding</dc:creator>
    <dc:date>2023-11-28T18:26:48Z</dc:date>
    <item>
      <title>CRM v3 Lists Endpoint Error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-v3-Lists-Endpoint-Error/m-p/885950#M69361</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to make an API requst to get our contact lists. I am using the&amp;nbsp;&lt;SPAN&gt;/crm/v3/lists/search endpoint referenced in the URL below but I get a "500 Internal Server Error" response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api/crm/lists" target="_blank"&gt;https://developers.hubspot.com/docs/api/crm/lists&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I made sure to use a post command as noted on this page. "You can also make a POST request to /crm/v3/lists/search and omit the query parameter in the body of your request. The response will include all of your lists, each of which will include its associated ILS List ID."&lt;BR /&gt;&lt;BR /&gt;What am I missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 18:26:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-v3-Lists-Endpoint-Error/m-p/885950#M69361</guid>
      <dc:creator>K_Coding</dc:creator>
      <dc:date>2023-11-28T18:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: CRM v3 Lists Endpoint Error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-v3-Lists-Endpoint-Error/m-p/886594#M69385</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/667884"&gt;@K_Coding&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Did you get this resolved? I was able to amke the same request using the on-page example and in Postman. Here's the request I sent in Postman:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;POST https://api.hubapi.com/crm/v3/lists/search
{
    "offset": 0,
    "count": 100,
    "additionalProperties": [
        "hs_list_size_week_delta"
    ]
}&lt;/LI-CODE&gt;
&lt;P&gt;and received the expected response:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
    "offset": 26,
    "hasMore": false,
    "lists": [
        {
            "listId": 20,
            "listVersion": 1,
            "createdAt": "2022-11-09T21:58:34.032Z",
            "updatedAt": "2022-11-09T21:58:59.274Z"...&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 16:58:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-v3-Lists-Endpoint-Error/m-p/886594#M69385</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-11-29T16:58:29Z</dc:date>
    </item>
  </channel>
</rss>

