Skip to main content Skip to footer

HubSpot Developer Changelog

Extension: Contact Lists API (v1) sunset moved to April 30, 2026

We’ve extended the deprecation timeline for the Contact Lists API (v1) from September 30, 2025 to April 30, 2026. After that date, v1 Lists endpoints will return HTTP 404. Please migrate to the Lists v3 API.

What’s changing

In our original announcement, Upcoming sunset: v1 Lists API, we set a September 30, 2025 deadline. That deadline is now extended:

  • New deadline: April 30, 2026 (previously September 30, 2025).

  • Impact: All but the three Contact Lists API (v1) endpoints will be removed on the deadline and begin returning HTTP 404. The following three endpoints will continue to function, but will no longer return list membership:
  • Required action: Update any integrations, apps, or scripts to use the Lists v3 API for list creation, updates, reads, and membership operations.

  • How to migrate: See the v1 → v3 migration guide for endpoint mappings, request/response differences, and examples.

Additional effect on Contacts API (v1) reads

As part of this sunset, the following Contacts API (v1) endpoints will continue to function but will no longer return list memberships starting on April 30, 2026:

If your integration relies on list membership data from these endpoints, migrate to the Lists v3 API to retrieve membership information going forward.

Recommended next steps:

  • Audit your usage of v1 endpoints across services and jobs.
  • Switch to v3 equivalents and validate behavior in non-production first.
  • Update error handling to account for 404 responses on v1 Lists endpoints after the deadline and the removal of list memberships from the Contacts v1 reads listed above.
    When is it happening?

This change goes into effect on April 30, 2026. On that date, Contact Lists API (v1) endpoints excluding the exceptions listed above will be deprecated and return 404 responses, and the Contacts API (v1) read endpoints listed above will stop returning list memberships.

Questions or comments? Join us in the developer forums.