GET
/
account-info
/
2025-09
/
details
Account-Details abrufen
curl --request GET \
  --url https://api.hubapi.com/account-info/2025-09/details \
  --header 'Authorization: Bearer <token>'
{
  "additionalCurrencies": [
    "<string>"
  ],
  "utcOffset": "<string>",
  "companyCurrency": "<string>",
  "portalId": 123,
  "accountType": "STANDARD",
  "uiDomain": "<string>",
  "timeZone": "<string>",
  "dataHostingLocation": "<string>",
  "utcOffsetMilliseconds": 123
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubKostenlos

Erforderliche Bereiche

Diese API erfordert einen der folgenden Bereiche:
  • oauth

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

successful operation

additionalCurrencies
string[]
required
utcOffset
string
required
companyCurrency
string
required
portalId
integer
required
accountType
enum<string>
required
Available options:
STANDARD,
DEVELOPER_TEST,
SANDBOX,
APP_DEVELOPER
uiDomain
string
required
timeZone
string
required
dataHostingLocation
string
required
utcOffsetMilliseconds
integer
required