Skip to main content
GET
/
account-info
/
v3
/
details
Retrieve account 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
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Free
Sales HubSales Hub -Free
Service HubService Hub -Free
Content HubContent Hub -Free
This API requires one of the following scopes:
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
Available options:
STANDARD,
DEVELOPER_TEST,
SANDBOX,
APP_DEVELOPER
uiDomain
string
required
timeZone
string
required
dataHostingLocation
string
required
utcOffsetMilliseconds
integer
required