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>"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.
An array of strings detailing the scopes
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?