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
The ID of the application associated with the access token.
The time in seconds until the access token expires.
The ID of the HubSpot account associated with the access token.
The access token string used to make API calls.
The type of token, typically indicating the authentication scheme. Typically bearer.
The ID of the hubspot user for whom the access token was created.
The domain of the HubSpot account associated with the access token.
Indicates whether the token is for a privately distributed application. If false, it is marketplace distributed.
Show child attributes
The email address of the hubspot user for whom the access token was created.
Was this page helpful?