I am using the API to retrieve information for all deals to load into a Google sheet, and trying to associate each deal with its owner. The Deals API gives me the ownerID of the owner, so I am trying to retrieve the list of all Owners in Hubspot in order to make the association.
API documentation says the example URL for this is http://api.hubapi.com/owners/v2/owners?hapikey=demo
Hitting this URL (with my valid API token, of course) gives Error 404 Not Found.
All other API URLs I have tried work just fine. No issues getting the Deals data I’m looking for, Contacts work fine, etc. I’m a CRM user, but the doc says this should work for CRM users. Also tried the url with “v1” just for fun, that didn’t work either.
Any idea what I could be doing wrong?