Authenticate users on account through API

I wanted to implement something that looks like an embedded login, basically what salesforce has, but with Hubspot. From what I’ve been searching, I can’t find anything like embedded login for HubSpot, and trying to search through the API, I still haven’t found anything that helps me implement an authentication on my website with HubSpot, is there a way to implement this feature with HubSpot?

Hi, @NKhan57 :waving_hand: Thanks for your question.

You are correct, this is not a documented option. HubSpot’s auth process for is intended for server-to-server communication or for authenticating apps, rather than embedding a login on your site.

You’ll need to handle this server side or via 3rd party apps. But you can definitely communicate with our APIs using your app. Just not the way you are describing.

Best,

Jaycee