jpetrucciani / hubspot3

python3.6+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
MIT License
146 stars 72 forks source link

ACCESS TOKEN example #131

Open kgb105 opened 1 year ago

kgb105 commented 1 year ago

Now that the use of API KEYS have been depreciated by HS, would you kindly add an example of authenticating using an ACCESS TOKEN to your readme.

Thanks for the recent updates.

daniel-yavorovich commented 1 year ago

Example:

client=Hubspot3(access_token="<access token of hubspot private app>")

You can get access token using migration documentation