Passer au contenu principal
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,
    "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,
    "appInstallId": "<string>",
    "audience": "<string>"
  },
  "user": "<string>"
}

Supported products

Paramètres de chemin

token
string
requis

Réponse

successful operation

app_id
integer<int32>
requis
expires_in
integer<int64>
requis
hub_id
integer<int32>
requis
scopes
string[]
requis
token
string
requis
token_type
string
requis
user_id
integer<int32>
requis
hub_domain
string
is_private_distribution
boolean
signed_access_token
object
user
string
Last modified on June 5, 2026