Hi everyone. I’m exploring how to connect an external app to a HubSpot account for reading and analyzing data. From what I understand, the options might include OAuth flows, Private App tokens, Hub ID, or possibly a normal HubSpot login. Could someone clarify which of these are actually supported, and what the best practice is today?”
Hey, @SanyaMacwan
Here is the most current inforation on creating an app and getting your auth set up — Create a new app using the CLI. — Jaycee
Thanks! Quick follow-up: for an external app that needs read-only access across multiple HubSpot accounts, is OAuth the recommended approach vs. a static token (private app) tied to one account? Any official guidance on when to pick one over the other for long-term, multi-tenant use?
Hey, @SanyaMacwan
For multi-account use, OAuth is your choice. More details here — Auth overview .