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
リフレッシュトークンが発行されたアプリケーションのクライアントID。
リフレッシュトークンと関連付けられたHubSpotアカウントのID。
スコープの詳細を示す文字列の配列
API呼び出しを行うために使用されるアクセストークン文字列。
トークンのタイプで、通常はOAuthトークンタイプを示します。通常は「ベアラー」です。
リフレッシュトークンと関連付けられたHubSpotユーザーのID。
リフレッシュトークンと関連付けられたHubSpotアカウントのドメイン。
リフレッシュトークンと関連付けられたHubSpotユーザーのEメールアドレス。