メインコンテンツへスキップ
GET
/
oauth
/
v1
/
access-tokens
/
{token}
cURL
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,
    "appInstallId": "<string>",
    "audience": "<string>",
    "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

パスパラメータ

token
string
必須

レスポンス

successful operation

app_id
integer<int32>
必須
expires_in
integer<int64>
必須
hub_id
integer<int32>
必須
scopes
string[]
必須
token
string
必須
token_type
string
必須
user_id
integer<int32>
必須
hub_domain
string
is_private_distribution
boolean
signed_access_token
object
user
string
最終更新日 2026年6月11日