<?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 Get detailed properties of deleted contact in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Get-detailed-properties-of-deleted-contact/m-p/1141012#M81785</link>
    <description>&lt;P&gt;Hello, I'm working on webhook events contact.deletion. The payload would include an objectId of the deleted contact, but when I tried to send a GET request to&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/contacts/" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/contacts/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;${objectId&lt;/SPAN&gt;&lt;SPAN&gt;}, it would give a 404 error, which I assum is because this contact is already deleted. However, I really need to get the email or phone properties of this deleted contact in my server. Is there any way to achieve this?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 18:39:01 GMT</pubDate>
    <dc:creator>SSun7</dc:creator>
    <dc:date>2025-04-25T18:39:01Z</dc:date>
    <item>
      <title>Get detailed properties of deleted contact</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-detailed-properties-of-deleted-contact/m-p/1141012#M81785</link>
      <description>&lt;P&gt;Hello, I'm working on webhook events contact.deletion. The payload would include an objectId of the deleted contact, but when I tried to send a GET request to&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/contacts/" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/contacts/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;${objectId&lt;/SPAN&gt;&lt;SPAN&gt;}, it would give a 404 error, which I assum is because this contact is already deleted. However, I really need to get the email or phone properties of this deleted contact in my server. Is there any way to achieve this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 18:39:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-detailed-properties-of-deleted-contact/m-p/1141012#M81785</guid>
      <dc:creator>SSun7</dc:creator>
      <dc:date>2025-04-25T18:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get detailed properties of deleted contact</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-detailed-properties-of-deleted-contact/m-p/1141037#M81787</link>
      <description>&lt;P&gt;If the contact is ARCHIVED, then you can can add the ?archived=true to the GET request to retrieve it.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://api.hubapi.com/crm/v3/objects/contacts/${objectId}?archived=true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if it's deleted, I don't believe it's possible. If it's deleted, you can try restoring the contact in Hubspot, retrieving the data and then deleting the contact again.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 20:04:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-detailed-properties-of-deleted-contact/m-p/1141037#M81787</guid>
      <dc:creator>MichaelMa</dc:creator>
      <dc:date>2025-04-25T20:04:15Z</dc:date>
    </item>
  </channel>
</rss>

