日付ベースのバージョン
Deutsch
cURL
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 }
アカウントタイプ、タイムゾーン、通貨、データのホスティング場所などのアカウントの詳細を取得します。
oauth
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object