Zum Hauptinhalt springen
GET
/
account-info
/
v3
/
details
アカウントの詳細を取得
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
}
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -無料ツール
Sales HubSales Hub -無料ツール
Service HubService Hub -無料ツール
Content HubContent Hub -無料ツール
この API には、次のいずれかのスコープが必要です。
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
Verfügbare Optionen:
STANDARD,
DEVELOPER_TEST,
SANDBOX,
APP_DEVELOPER
uiDomain
string
required
timeZone
string
required
dataHostingLocation
string
required
utcOffsetMilliseconds
integer
required