curl --request GET \
--url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}{
"client_id": "<string>",
"hub_id": 123,
"scopes": [
"<string>"
],
"token": "<string>",
"token_type": "<string>",
"user_id": 123,
"hub_domain": "<string>",
"user": "<string>"
}curl --request GET \
--url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}{
"client_id": "<string>",
"hub_id": 123,
"scopes": [
"<string>"
],
"token": "<string>",
"token_type": "<string>",
"user_id": 123,
"hub_domain": "<string>",
"user": "<string>"
}Supported products
successful operation
The client ID of the application that the refresh token was issued for.
The ID of the HubSpot account associated with the refresh token.
The access token string used to make API calls.
The type of token, typically indicating the OAuth token type. Typically bearer.
The ID of the hubspot user associated with the refresh token.
The domain of the HubSpot account associated with the refresh token.
The email address of the hubspot user associated with the refresh token.
Was this page helpful?