Python API

Hello,
I hope everyone is doing good, Can you guys assist me, I have alot of data that needs to be updated/extracted regularly right now we are doing it manually, Is python library of hubspot is good option to update/delete/retrive records? and how much features it provides it free??

Hey, @HaseebAmeer :waving_hand: A great way to get started is to look at the endpoints you want to use (Endpoints tab) and look at the required Scopes. Then you can refer to this page — Working with OAuth—Scopes, and verify if any of the endpoints you need to access have scopes that are limited by tier. For example, scopes to read or write default objects like Contacts and Companies are available to any account, whereas Custom Objects read or write is limited to “any Enterprise” subscription.

As far as the Python SDK, some of our users chose to use it and some prefer not to. But it will work for your purposes.

Best,

Jaycee

Hello!
Interesting for me as well. “OATH Scopes” as far as I understood,- is about access to hubspot environment from 3d party resources.
And is the opposite possible? - It would allow us th think about integrations, for example, with some ODOO-apps, that are on Python