GetAccountDetails
Retrieve HubSpot account details such as account type, time zone, currencies, and data hosting location.
Result Set Columns
| Name | Type | Description |
| AccountType | String | The type of account, such as APP_DEVELOPER, DEVELOPER_TEST, SANDBOX, or STANDARD |
| CompanyCurrency | String | The primary currency code for the account (e.g., 'USD'). |
| AdditionalCurrencies | String | Comma-separated list of additional currency codes enabled for the account. |
| DataHostingLocation | String | The data hosting location for the account (e.g., 'NA1', 'EU1'). |
| PortalId | Integer | The unique portal ID for the HubSpot account. |
| UIDomain | String | The domain used for the HubSpot UI for this account. |
| TimeZone | String | The time zone in which the account operates. |
| UtcOffset | String | The UTC offset in hours and minutes for the account's time zone. |
| UtcOffsetMilliseconds | Integer | The UTC offset in milliseconds for the account's time zone. |