On August 30, 2024, we will be sunsetting the v2 of the Owners API.
We encourage users to migrate to the v3 of the Owners API because all endpoints from https://api.hubapi.com/owners/v2
will be sunset and return a 404
error response message.
The data returned by both versions of the API is similar, but there are a few differences for the v3 API:
Below are the listed ways we suggest migrating from Owners API v2 to Owners API v3 and any applicable changes to be aware of:
GET api.hubspot.com/owners/v2/owners/{ownerId}
to use GET api.hubspot.com/crm/v3/owners/{ownerId}
.
GET /owners/v2/owners/
to use GET /crm/v3/owners
.
Please note: Because the v3 Owners API uses pagination, you need to make multiple API requests to obtain the complete list of owners. Therefore, it is crucial to monitor your usage to avoid hitting the rate limits.
This sunset goes into effect on August 30, 2024. Read more about our Owners v3 API, view examples, and begin planning your migration to the new API version.
Questions or comments? Join us in the developer forums.