Integration-Hubspot-api-access

Hubspot API Access

To use the HubSpot REST API, follow these steps. Below, you'll find setup instructions to help you integrate HubSpot. For more information on creating a private app in HubSpot, visit the HubSpot Developer Documentation

Setup

1: Create a Private App in HubSpot:

  • -  In your HubSpot account, click the "settings icon" in the main navigation bar.
    • -  In the left sidebar menu, navigate to Integrations > Private Apps.
    • -  Click Create private app.
    • -  On the Basic Info tab, configure the details of your app:
      • -  Enter your app's name.
      • -  Hover over the placeholder logo and click the upload icon to upload a square image that will serve as the logo for your app.
      • -  Enter a description for your app.
    • -  Click the Scopes tab.
    • -  Select the Read or Write checkbox for each scope you want your private app to be able to access. You can also search for a specific scope using the Find a scope search bar. You can review a full list of available scopes in this reference article.
    • -  After you're done configuring your app, click Create app in the top right.
      Create Hubspot App
      Create Hubspot App
    • -  In the dialog box, review the info about your app's access token, then click Continue creating.

2: Get your app's access token:

  • -  To start making API calls, navigate to the details page of your app.
    • -  On the Access token card, click Show token to reveal your access token. Click Copy to copy the token to your clipboard.
      Get Access Token
      Get Access Token
    • -  Keep this access token somewhere safe, You will use this access token with Custom JS function to communicate with Hubspot Rest API.

Use Cases