Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

How to Retrieve a HubSpot Private App Token for Integrate.io

You can use HubSpot Private Apps to connect your HubSpot account securely with Integrate.io using an Access Token (Bearer Token). This guide walks you through creating the token from the HubSpot Dashboard.

Step 1: Log In to HubSpot

2
Log in with an account that has Super Admin or App Management permissions.

Step 2: Create a Private App

1
In the top right, click the Settings icon.
HubSpot settings navigation
2
In the left sidebar, scroll down and click Integrations > Legacy Apps
Navigating to Legacy Apps in HubSpot
3
Click the Create button
Creating a new private app in HubSpot
4
Select Private (For one account)
Private app creation form in HubSpot

Step 3: Configure the App

1
Give your app a name, e.g. Integrate.io Sync
2
(Optional) Add a description, icon, or team owner for tracking
Configuring the private app details in HubSpot

Step 4: Define Access Scopes

1
Under Scopes, search and select the APIs your integration needs access to.
2
Some common scopes for data sync into Integrate.io:
Scope CategoryScope NameDescription
CRMcrm.objects.contacts.readRead contacts
CRMcrm.objects.deals.readRead deals
Marketingmarketing.emails.readRead marketing emails
Analyticsreports.readAccess analytics reports
Custom Objectscrm.objects.custom.readRead custom CRM objects
For exporting (writing to HubSpot), select appropriate write scopes.
Defining access scopes for the HubSpot private app

Step 5: Create the App and Copy the Token

1
Click Create App
2
Once created, you’ll see your Access Token in the Auth tab
  • Copy and store this token securely
The access token is like a password. Treat it as sensitive.

Step 6: Use Token in Integrate.io

In Integrate.io:
1
Go to Connections > Create New Connection
2
Select HubSpot
3
For authentication, select:
  • Access Token (Private App)
4
Paste the token you copied from HubSpot
Integrate.io will now use this token for authenticated API calls.

Token Expiration

HubSpot Private App tokens do not expire unless:
  • You regenerate the token
  • You delete the private app
  • Your user permissions are removed
Last modified on May 12, 2026