The V1 Contact Lists API will sunset on May 30th, 2025. After this date, calls made to the v1 endpoints will no longer function. We're sunsetting the V1 Contact Lists API to focus our development efforts on the improved V3 Lists API, which offers a richer and more comprehensive experience.
The following endpoints will be deprecated and begin returning a404
error beginning May 30th, 2025. Developers leveraging these endpoints will need to update to the corresponding newer version.
POST /contacts/v1/lists
GET/contacts/v1/lists
GET /contacts/v1/lists/:list_id
POST /contacts/v1/lists/:list_id
DELETE /contacts/v1/lists/:list_id
GET /contacts/v1/lists/batch
/contacts/v1/lists/static
GET /contacts/v1/lists/dynamic
GET /contacts/v1/lists/:list_id/contacts/all
GET /contacts/v1/lists/:list_id/contacts/recent
POST /contacts/v1/lists/:list_id/add
POST /contacts/v1/lists/:list_id/remove
This sunset will affect the data returned from certain V1 Contacts API endpoints. These endpoints will continue to function, but will no longer return list memberships:
GET /contacts/v1/contact/vid/:vid/profile
GET /contacts/v1/contact/vids/batch
GET /contacts/v1/contact/email/:contact_email/profile
GET /contacts/v1/contact/emails/batch
GET /contacts/v1/contact/utk/:contact_utk/profile
GET /contacts/v1/contact/byUtk/batch
GET /contacts/v1/lists/all/contacts/recent
Get all contacts GET /contacts/v1/lists/all/contacts/all
In an effort to assist with the transition, we have added a guide to our V3 lists documentation that maps the sunsetting endpoints to their replacements.
Lists have scaled to support new filtering criteria like custom behavioral events, while also expanding the objects it supports. To support these enhancements, it was time to move forward with a new API to better enable developers to harness the power of the HubSpot CRM.
The V3 Lists API provides significant enhancements over v1, including:
For a complete overview of the v3 Lists API functionalities and detailed documentation, please refer to the official documentation.
To ensure a smooth transition, we encourage all developers currently using the V1 Lists API to migrate to v3 before the sunset date. As mentioned earlier, a migration guide has been added to the V3 lists overview.
We understand that a transition like this can involve questions. The additional guidance in the documentation should provide answers to most questions, but in the event that you have additional questions, we have created a slack channel in the HubSpot Developer Slack group that we will be monitoring to help with any questions you may have regarding this transition. If you are a member of the Slack group, use this link to join the #lists-api-v3 channel. If you are not a member, please follow this link to join then navigate #lists-api-v3 channel in Slack.