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>"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.de/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Das Zugriffstoken, über das Sie Informationen abrufen möchten.
successful operation
Die ID der dem Zugriffstoken zugeordneten Anwendung.
Die Zeit in Sekunden bis zum Ablauf des Zugriffstokens.
Die ID des HubSpot-Accounts, der dem Zugriffstoken zugeordnet ist.
Ein Array von Zeichenfolgen, das die Bereiche angibt
Die Zugriffstoken-Zeichenfolge, die für API-Aufrufe verwendet wird.
Der Typ des Tokens, der in der Regel das Authentifizierungsschema angibt. In der Regel „bearer“.
Die ID des HubSpot-Benutzers, für den das Zugriffstoken erstellt wurde.
Die Domain des HubSpot-Accounts, der dem Zugriffstoken zugeordnet ist.
Gibt an, ob das Token für eine privat vertriebene Anwendung bestimmt ist. Wenn „false“, wird es über den Marketplace vertrieben.
Show child attributes
Die E-Mail-Adresse des HubSpot-Benutzers, für den das Zugriffstoken erstellt wurde.