メインコンテンツへスキップ
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",
  "createdAt": 1648840584303,
  "dataHostingLocation": "eu1",
  "portalId": 12345678,
  "portalName": "Acme Inc",
  "timeZone": "US/Eastern",
  "uiDomain": "app-eu1.hubspot.com",
  "utcOffset": "-04:00",
  "utcOffsetMilliseconds": -14400000
}

Supported products

承認

Authorization
string
header
必須

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

レスポンス

successful operation

accountType
enum<string>
必須
利用可能なオプション:
APP_DEVELOPER,
DEVELOPER_TEST,
SANDBOX,
STANDARD
additionalCurrencies
string[]
必須
companyCurrency
string
必須
dataHostingLocation
string
必須
portalId
integer<int32>
必須
timeZone
string
必須
uiDomain
string
必須
utcOffset
string
必須
utcOffsetMilliseconds
integer<int64>
必須
createdAt
integer<int64>
portalName
string
最終更新日 2026年4月13日