MCP Server for HubSpot

Build 24.0.9300

RefreshOAuthAccessToken

Refreshes an expired OAuth Access Token to maintain continuous authenticated access to Hubspot resources without requiring reauthorization from the user.

Input

Name Type Description
OAuthRefreshToken String Refresh token obtained during the initial authorization flow. Used to request a new access token.
CallbackUrl String The redirect URI originally used during the initial OAuth authorization. Must match the registered URI in your app settings.

Result Set Columns

Name Type Description
OAuthAccessToken String Newly issued access token that can be used to authenticate future API requests to HubSpot.
OAuthRefreshToken String New refresh token that can be used to obtain subsequent access tokens.
ExpiresIn String Number of seconds before the newly issued access token expires.
PortalId String ID of the HubSpot account (portal) that the access token is authorized for.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300