curl --request GET \
--url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}{
"token": "<string>",
"user": "<string>",
"hub_domain": "<string>",
"scopes": [
"<string>"
],
"hub_id": 123,
"client_id": "<string>",
"user_id": 123,
"token_type": "<string>"
}curl --request GET \
--url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}{
"token": "<string>",
"user": "<string>",
"hub_domain": "<string>",
"scopes": [
"<string>"
],
"hub_id": 123,
"client_id": "<string>",
"user_id": 123,
"token_type": "<string>"
}Supported products
The refresh token that you want to get the metadata for.
Refresh token metadata retrieved successfully
The refresh token
Email address of the HubSpot user
The hub domain
List of scopes granted to the token
The Hub ID that the token is associated with
The client ID
The user ID
The type of token