<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > HubSpot > Connector Parameters Authentication |
This parameter contains the URL to the endpoint of the server.
Technical Name |
server_url |
Category |
Authentication |
Type |
String |
Default Value |
https://api.hubapi.com |
Example Values |
https://api.hubapi.com |
This parameter contains the Client ID needed as part of the authentication with the API.
Technical Name |
client_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
{empty} |
The Client ID is generated during the Application Setup. Selecting a correct redirect domain is highly security relevant, because authentication tokens will be sent to those domains later in the process. A good choice would be the domain of the company or https://localhost. After the application setup, the Client ID and Client Secret are displayed.
This parameter contains the Client Secret needed as part of the authentication with the API.
Technical Name |
client_secret |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
{empty} |
The Client Secret is generated during the Application Setup. Selecting a correct redirect domain is highly security relevant, because authentication tokens will be sent to those domains later in the process. A good choice would be the domain of the company or https://localhost. After the application setup, the Client ID and Client Secret are displayed.
This parameter contains the secret Refresh Token that is needed as part of the authentication.
Technical Name |
refresh_token |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
{empty} |
The Refresh Token is a long lived token which can be exchanged for short lived Access Tokens, which in turn are used by the connector to fetch the data. The Refresh Token must be generated interactively with the Client Secret and Client ID as described in the official documentation.