curl --request GET \
--url https://api.hubapi.com/oauth/v1/access-tokens/{token}{
"app_id": 123,
"expires_in": 123,
"hub_id": 123,
"scopes": [
"<string>"
],
"token": "<string>",
"token_type": "<string>",
"user_id": 123,
"hub_domain": "<string>",
"is_private_distribution": true,
"signed_access_token": {
"appId": 123,
"expiresAt": 123,
"hubId": 123,
"hublet": "<string>",
"installingUserId": 123,
"isPrivateDistribution": true,
"isServiceAccount": true,
"isUserLevel": true,
"newSignature": "<string>",
"scopeToScopeGroupPks": "<string>",
"scopes": "<string>",
"signature": "<string>",
"trialScopeToScopeGroupPks": "<string>",
"trialScopes": "<string>",
"userId": 123
},
"user": "<string>"
}curl --request GET \
--url https://api.hubapi.com/oauth/v1/access-tokens/{token}{
"app_id": 123,
"expires_in": 123,
"hub_id": 123,
"scopes": [
"<string>"
],
"token": "<string>",
"token_type": "<string>",
"user_id": 123,
"hub_domain": "<string>",
"is_private_distribution": true,
"signed_access_token": {
"appId": 123,
"expiresAt": 123,
"hubId": 123,
"hublet": "<string>",
"installingUserId": 123,
"isPrivateDistribution": true,
"isServiceAccount": true,
"isUserLevel": true,
"newSignature": "<string>",
"scopeToScopeGroupPks": "<string>",
"scopes": "<string>",
"signature": "<string>",
"trialScopeToScopeGroupPks": "<string>",
"trialScopes": "<string>",
"userId": 123
},
"user": "<string>"
}Supported products
情報を取得するアクセストークン。
successful operation
アクセストークンと関連付けられたアプリケーションのID。
アクセストークンが期限切れになるまでの時間(秒)。
アクセストークンと関連付けられたHubSpotアカウントのID。
スコープを示す文字列の配列
API呼び出しを行うために使用されるアクセストークン文字列。
トークンのタイプで、通常は認証スキーマを示します。通常は「ベアラー」です。
アクセストークンが作成されたHubSpotユーザーのID。
アクセストークンと関連付けられたHubSpotアカウントのドメイン。
トークンが非公開で配信されるアプリケーションのものであるかどうかを示します。falseの場合は、マーケットプレイスで配信されます。
Show child attributes
アクセストークンが作成されたHubSpotユーザーのEメールアドレス。