{"id":587,"date":"2025-06-17T05:45:44","date_gmt":"2025-06-17T05:45:44","guid":{"rendered":"http:\/\/gogetmuscle.com\/?p=587"},"modified":"2025-06-17T11:46:13","modified_gmt":"2025-06-17T11:46:13","slug":"need-change-api-endpoints-from-v1-to-v3","status":"publish","type":"post","link":"http:\/\/gogetmuscle.com\/index.php\/2025\/06\/17\/need-change-api-endpoints-from-v1-to-v3\/","title":{"rendered":"Need Change API endpoints from v1 to v3"},"content":{"rendered":"
Hello,<\/STRONG><\/P> I’m currently working on updating an integration that still uses the\u00a0<\/SPAN>HubSpot V1 API<\/STRONG>\u00a0<\/SPAN>to\u00a0<\/SPAN>V3<\/STRONG>, but I’m encountering some issues with specific endpoints.<\/P> \u00a0<\/P> The endpoint:<\/P> Does this have a functional equivalent in\u00a0<\/SPAN>V3<\/STRONG>, or will it continue to be supported?<\/P> Although there is an endpoint in V3:<\/P> it\u00a0<\/SPAN>doesn’t return all the same data<\/STRONG>\u00a0<\/SPAN>as the V1 \/profile endpoint. To retrieve similar information, I have to use the ?properties= query parameter \u2014 but the list of properties gets\u00a0<\/SPAN>really long<\/STRONG>\u00a0<\/SPAN>(I mean\u00a0<\/SPAN>really<\/STRONG>), and I’m unsure if that’s the proper or recommended approach. Thanks in advance \u2014 I look forward to your response!<\/P><\/p>\n","protected":false},"excerpt":{"rendered":" Hello,I’m currently working on updating an integration that still uses the\u00a0HubSpot V1 API\u00a0to\u00a0V3, but I’m encountering some issues with specific endpoints.\u00a0The endpoint:https:\/\/api.hubapi.com\/contacts\/v1\/lists\/{listId}\/contacts\/recentDoes this have a functional equivalent in\u00a0V3, or will it continue to be supported?Although there is an endpoint in V3:\/crm\/v3\/objects\/contacts\/{contactId}it\u00a0doesn’t return all the same data\u00a0as the V1 \/profile endpoint. To retrieve similar information, I […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[14],"tags":[],"_links":{"self":[{"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/posts\/587"}],"collection":[{"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/comments?post=587"}],"version-history":[{"count":1,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/posts\/587\/revisions"}],"predecessor-version":[{"id":588,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/posts\/587\/revisions\/588"}],"wp:attachment":[{"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/media?parent=587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/categories?post=587"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/tags?post=587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}https:\/\/api.hubapi.com\/contacts\/v1\/lists\/{listId}\/contacts\/recent<\/SPAN><\/PRE>
\/crm\/v3\/objects\/contacts\/{contactId}<\/PRE>
<\/P>