Accounts
English
cURL
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 }
Retrieve account details such as the account type, time zone, currencies, and data hosting location.
oauth
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object
Was this page helpful?