Hi!
I’m using the Owners API to get the list of owners in our account using Python. I installed the pip install hubspot-api-client and made sure that I set the scope to crm.objects.owners.read
I’m not sure what’s missing, but it’s giving me an error: ‘OwnersApi’ object has no attribute ‘get_crm_v3_owners’
Please help. Thanks!

