Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HubSpot API Key Sunset #1

Open
ArturT opened this issue Jul 29, 2022 · 0 comments
Open

HubSpot API Key Sunset #1

ArturT opened this issue Jul 29, 2022 · 0 comments

Comments

@ArturT
Copy link

ArturT commented Jul 29, 2022

HubSpot announced the sunset of API keys.
https://community.hubspot.com/t5/Developer-Announcements/Upcoming-API-Key-Sunset/m-p/642739

When is this change happening?
Starting November 30, 2022, all customers will no longer have access to API Keys and in-turn will no longer be able to use API Keys as an authentication method with HubSpot APIs.

What this means for developers:
Private Apps work much the same as API key integrations would, with the main change being that they use a static access token in the Authorization HTTP header, instead of using the API key in a query parameter to authorize the API request. No other changes should be required aside from updating the authentication method.

an idea for the improvement

Maybe we could drop off support for API keys in the hubspot-ruby gem and use only a static access token in the Authorization HTTP header. We could release a new major version of the hubspot-ruby gem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant