The 2026-03 APIs use a date-based versioning scheme that replaces the previous numeric version paths (e.g., /crm/v3/). All endpoints in this section follow the pattern:
/api-name/2026-03/resource
For example, to retrieve a list of contacts:
GET /crm/objects/2026-03/contacts
All APIs, whether legacy, new, or beta, use the same root path as before: https://api.hubapi.com/. (or https://api.hubapi.com?)
This versioning model gives HubSpot the ability to ship updates on a predictable schedule. When a new date version is released, the previous version continues to work until its end-of-life date, giving you time to migrate. For new integrations, always use the latest date version.
Across the API reference section, use the versioning dropdown menu in the top bar to switch versions. If there’s an equivalent endpoint to the one you’re currently viewing, you’ll automatically be sent there. Otherwise, you’ll land on that version’s home page.
Last modified on March 30, 2026