You need
- A developer account
- An app in the developer account
Process: OAth 2.0 Authorization Code grant type
- Create the authorization url
- https://app.hubspot.com/oauth/authorize?client_id={client_id}&scope={scopes}&redirect_uri={redirect_uri}
- App opens a browser window to send the user to the HubSpot OAuth 2.0 server
- User grants app access
- User redirected to the app with an authorization code
- App send a request to the OAuth2.0 server to exchange authorization code for an access token
Step By STep
Leave a Reply