curl --request GET \
--url https://api.hubapi.com/account-info/v3/details \
--header 'Authorization: Bearer <token>'{
"additionalCurrencies": [
"NZD",
"AUD",
"EUR"
],
"companyCurrency": "USD",
"dataHostingLocation": "eu1",
"portalId": 12345678,
"timeZone": "US/Eastern",
"uiDomain": "app-eu1.hubspot.com",
"utcOffset": "-04:00",
"utcOffsetMilliseconds": -14400000
}Récupérez les détails du compte comme le type de compte, le fuseau horaire, les devises et l’emplacement de l’hébergement de données.
curl --request GET \
--url https://api.hubapi.com/account-info/v3/details \
--header 'Authorization: Bearer <token>'{
"additionalCurrencies": [
"NZD",
"AUD",
"EUR"
],
"companyCurrency": "USD",
"dataHostingLocation": "eu1",
"portalId": 12345678,
"timeZone": "US/Eastern",
"uiDomain": "app-eu1.hubspot.com",
"utcOffset": "-04:00",
"utcOffsetMilliseconds": -14400000
}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
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Le type de compte, tel que APP_DEVELOPER, DEVELOPER_TEST, SANDBOX ou STANDARD.
APP_DEVELOPER, DEVELOPER_TEST, SANDBOX, STANDARD La principale devise utilisée par l'entreprise.
L'emplacement où sont hébergées les données du compte.
Identifiant unique du compte HubSpot.
Le fuseau horaire dans lequel le compte fonctionne.
Le domaine utilisé pour accéder à l'interface utilisateur HubSpot.
Décalage horaire par rapport à l'UTC en heures et minutes.
Décalage horaire par rapport à l'UTC en millisecondes.