PrivateAppToken
The Private App Token used to authenticate with HubSpot using Private App authentication.
Data Type
string
Default Value
""
Remarks
Set this property to the access token generated for a HubSpot Private App. Private Apps are the recommended way to integrate with HubSpot without requiring a user to complete an OAuth flow.
To obtain a Private App Token, log in to your HubSpot account, then navigate to Settings > Integrations > Private Apps. Select an existing Private App or create a new one, then copy the access token from the app's overview page.
To use this authentication method, set AuthScheme to PrivateAppToken and set this property to the token value. The token grants access only to the scopes configured on the Private App, so ensure the app has the required permissions for the HubSpot data you want to access.