HubSpot is sunsetting the legacy OAuth v1 endpoints (/oauth/v1/token, /oauth/v1/access-tokens, etc.) on February 16, 2027 in favor of the new date-versioned endpoints (/oauth/2026-03/token, /oauth/2026-03/token/introspect, /oauth/2026-03/token/revoke).
This package still references/uses the old v1 paths in its OAuth client.
Please update the generated OAuth client + docs to the new 2026-03 version so users don't break after the sunset.
Link to the official migration guide
Thanks!
HubSpot is sunsetting the legacy OAuth v1 endpoints (
/oauth/v1/token,/oauth/v1/access-tokens, etc.) on February 16, 2027 in favor of the new date-versioned endpoints (/oauth/2026-03/token,/oauth/2026-03/token/introspect,/oauth/2026-03/token/revoke).This package still references/uses the old v1 paths in its OAuth client.
Please update the generated OAuth client + docs to the new 2026-03 version so users don't break after the sunset.
Link to the official migration guide
Thanks!