Hi Folks, <tap-hubspot> uses API key to authentica...
# singer-tap-development
r
Hi Folks, tap-hubspot uses API key to authenticate. As of Nov 30, 2022, HubSpot deprecates the use of API keys and instead we will have to use private app access token to authenticate. Does anyone know of any tap-hubspot forks where code has been refactored to use an access token from a private app instead of an API Key?
In case someone else asks, I quickly prototyped this feature / refactor here: https://github.com/adswerve/tap-hubspot/commits/feature/authenticate-with-private-app-access-token
s
Hey @ruslan_bergenov https://github.com/potloc/tap-hubspot/blob/main/tap_hubspot/tap.py this is our version (actively maintained by us), it works pretty well. Need to make a PR to add oauth at some point. This is also registered in the hub