HubSpot.NET icon indicating copy to clipboard operation
HubSpot.NET copied to clipboard

HubSpot phasing out API for Private App

Open Trademan opened this issue 2 years ago • 4 comments

I have just found out that HubSpot API calls no longer valid after 30/November/2022. Replaced by Private App calls. Has anyone any information on this topic with reference to .Net and C#?

Trademan avatar Nov 02 '22 00:11 Trademan

Hello! Thanks for reaching out. Here are some migration resources from HubSpot

Migrating from API Key to Private App

I do want to point out that they are dropping support for their API, just how your app authenticates itself against the API. Namely, their dropping support for API key authentication. They are still supporting OAuth authentication, which just requires a refresh of the token, if the access token expires.

HubSpot.NET currently support OAuth authentication and you can see an example of how to pass in your information on our README here

Psypher9 avatar Nov 03 '22 03:11 Psypher9

Has the nuget package been updated recently? the latest version doesn't seem to have any of the OAuth methods.

mentalfoundry avatar Nov 15 '22 01:11 mentalfoundry

Is it possible to update the Nuget package so we get to use the OAuth method?

jeeshenlee avatar Nov 26 '22 08:11 jeeshenlee

Try using https://github.com/Chinchilla-Software-Com/HubSpot.NET

LarsPosthuma avatar Nov 26 '22 08:11 LarsPosthuma