Authenticate users on account through API

43 Views Asked by At

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?

1

There are 1 best solutions below

1
Varun Jaggi On

You will have to create a app on Hubspot and in similar fashion like Salesforce authenticate users and redirect them on your endpoint and use that code to get an access token!

https://api.hubapi.com/oauth/v1/token

Hope this helps!