Back to Explorer

HubSpot OAuth endpoints

HubSpot OAuth endpoints and related development resources

HubSpot authorization endpoint

https://app.hubspot.com/oauth/authorize
The endpoint to redirect users to in order to grant your application access to their account.

HubSpot token endpoint

https://api.hubapi.com/oauth/v1/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

HubSpot userinfo endpoint

https://api.hubapi.com/oauth/v1/access-tokens/{token}
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.

HubSpot OAuth documentation and resources