<?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: How to retrieve a contact's user token through Contacts API? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239156#M18052</link>
    <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/bblatnick"&gt;@bblatnick&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;It's not currently possible to look up a contact's usertoken(s). The best method to identify known contacts is still to make a call to the 'Get a contact by usertoken' endpoint and look for the &lt;CODE&gt;"is-contact"&lt;/CODE&gt; field.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Mar 2018 20:20:00 GMT</pubDate>
    <dc:creator>Derek_Gervais</dc:creator>
    <dc:date>2018-03-06T20:20:00Z</dc:date>
    <item>
      <title>How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239151#M18047</link>
      <description>&lt;P&gt;I have a contact’s vid and I wish to get the user token associated that contact record.  What’s the best way to achieve this? The GET /contacts/v1/contact/vid/:contact_id/profile endpoint seems to not return the contact’s usertoken in the response.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 22:17:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239151#M18047</guid>
      <dc:creator>bblatnick</dc:creator>
      <dc:date>2016-08-16T22:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239152#M18048</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/bblatnick"&gt;@bblatnick&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The usertokens (it’s possible for more than one token to be associated with a contact) don’t show up in the data for the contact, and we don’t currently have a way to look those up.&lt;/P&gt;
&lt;P&gt;Can you tell me what you’d want to use the uerstoken for?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 18:03:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239152#M18048</guid>
      <dc:creator>Dadams</dc:creator>
      <dc:date>2016-08-17T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239153#M18049</link>
      <description>&lt;P&gt;I see.  I want to identify known vs unknown Hubspot visitors coming to my website which means I’d need to know each contact’s user token or tokens.  The API seems a bit misleading because the usertoken is returned as a property in &lt;A href="http://developers.hubspot.com/docs/methods/contacts/get_contact_by_utk" rel="nofollow noopener"&gt;http://developers.hubspot.com/docs/methods/contacts/get_contact_by_utk&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Is there any plans to be able to look up user tokens for contacts in the future?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 18:34:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239153#M18049</guid>
      <dc:creator>bblatnick</dc:creator>
      <dc:date>2016-08-17T18:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239154#M18050</link>
      <description>&lt;P&gt;That endpoint won’t return the utk, it only uses the utk to look up a contact record. That endpoint actually sounds like it would do what you’re looking to do.  When a visitor hits your site, you can grab the hubspotutk cookie (which gets created by the HubSpot tracking code) from that visitor, and then use that endpoint to see if there’s a contact associated with that cookie.  If you get a 404, or a response that includes &lt;CODE&gt;"is-contact": false&lt;/CODE&gt; then the cookie is not associated with a contact.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 19:11:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239154#M18050</guid>
      <dc:creator>Dadams</dc:creator>
      <dc:date>2016-08-17T19:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239155#M18051</link>
      <description>&lt;P&gt;Has anything changed in this regard?  I know there has been some changes to the API since I asked this question last.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 20:14:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239155#M18051</guid>
      <dc:creator>bblatnick</dc:creator>
      <dc:date>2018-03-05T20:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239156#M18052</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/bblatnick"&gt;@bblatnick&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;It's not currently possible to look up a contact's usertoken(s). The best method to identify known contacts is still to make a call to the 'Get a contact by usertoken' endpoint and look for the &lt;CODE&gt;"is-contact"&lt;/CODE&gt; field.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 20:20:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239156#M18052</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2018-03-06T20:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239157#M18053</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/derek_gervais"&gt;@Derek_Gervais&lt;/A&gt;, has anything changed with regard to looking up a contact's (or a batch of contacts') usertoken(s) programmatically?&lt;/P&gt;
&lt;P&gt;Here is our use case: we would like to send a users' usertoken up to google analytics as the userid. Then, we'd like to pull hubspot contacts and google analytics page view and event data down into a data warehouse and associate the two. With this, we will know the complete visitor journey, and be able to map it all the way down the funnel past conversion.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 13:47:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239157#M18053</guid>
      <dc:creator>nflaherty</dc:creator>
      <dc:date>2018-08-17T13:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239158#M18054</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/nflaherty"&gt;@nflaherty&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;There aren't any updates on this that I'm aware of. I can totally see the use case you're describing, though; If you have the inclination, I would encourage you to check out the Ideas Forum on the &lt;A href="https://community.hubspot.com"&gt;HubSpot Community&lt;/A&gt;. There, you can create a post including your use case that product and other customers can see.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 20:11:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/239158#M18054</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2018-08-22T20:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/278223#M25440</link>
      <description>&lt;P&gt;Has there been an update to this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a ton of GA data with hubspotutk, and I want to get this data tied to our Hubspot dataset.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 20:15:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/278223#M25440</guid>
      <dc:creator>arielledesma</dc:creator>
      <dc:date>2019-07-01T20:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/950439#M72258</link>
      <description>&lt;P&gt;The v1 docs made this possible. Is it still possible with the V3?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Docs:&amp;nbsp;&lt;A href="https://legacydocs.hubspot.com/docs/methods/contacts/get_contact_by_utk" target="_blank"&gt;https://legacydocs.hubspot.com/docs/methods/contacts/get_contact_by_utk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 22:54:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/950439#M72258</guid>
      <dc:creator>Kaitos</dc:creator>
      <dc:date>2024-03-26T22:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a contact's user token through Contacts API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/950932#M72285</link>
      <description>&lt;P&gt;Hey, &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/734594"&gt;@Kaitos&lt;/a&gt;&lt;/SPAN&gt; You linked to the correct endpoint. Legacy endpoints are stable and supported. There is not a v3 equivalent of this specific endpoint.&amp;nbsp;&lt;/P&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, 27 Mar 2024 16:52:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-retrieve-a-contact-s-user-token-through-Contacts-API/m-p/950932#M72285</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-03-27T16:52:19Z</dc:date>
    </item>
  </channel>
</rss>

