HubSpot

Connection Requirements

1

Domain

The domain of the Hubspot server you want to connect to. Requests will be directed to this address.

🔵 Default: api.hubapi.com

2

Authorization Code

The code returned in the redirect URL after the user installs the Hubspot app.

3

Redirect URI

The Hubspot app’s set redirect URL.

4

Client ID

The Hubspot app’s client ID.

5

Client Secret

The Hubspot app’s client secret.

chevron-rightHow to get OAuth Credentialshashtag

How to get client_id, client_secret, redirect_uri, and authorization code for HubSpot:

  • Create a Public App: Go to your HubSpot Developer Account and create a new Public App.

  • Client ID / Client Secret: These are shown in the app’s Auth or Credentials section.

  • Redirect URI: Add your redirect URL under the app’s Auth settings.

  • Authorization Code: Open the app’s Install URL (which includes client_id, redirect_uri, and scopes).

  • After the user authorizes the app, the URL will redirect with a code parameter — this is your authorization code.

circle-exclamation

Was this helpful?