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.fr/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Le jeton d'accès pour lequel vous souhaitez obtenir des informations.
successful operation
L'ID de l'application associée au jeton d'accès.
Le temps en secondes jusqu'à l'expiration du jeton d'accès.
L'ID du compte HubSpot associé au jeton d'accès.
Un tableau de chaînes indiquant les champs d'application
La chaîne du jeton d'accès utilisée pour effectuer des appels API.
Le type de jeton, indiquant généralement le schéma d'authentification. Généralement « titulaire ».
L'ID de l'utilisateur HubSpot pour lequel le jeton d'accès a été créé.
Le domaine du compte HubSpot associé au jeton d'accès.
Indique si le jeton est destiné à une application distribuée de manière privée. Si la valeur est "false", il est distribué sur le marché.
Show child attributes
L'adresse e-mail de l'utilisateur HubSpot pour lequel le jeton d'accès a été créé.