Zum Hauptinhalt springen
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

Autorisierungen

Authorization
string
header
erforderlich

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

Antwort

successful operation

accountType
enum<string>
erforderlich

The type of account, such as APP_DEVELOPER, DEVELOPER_TEST, SANDBOX, or STANDARD.

Verfügbare Optionen:
APP_DEVELOPER,
DEVELOPER_TEST,
SANDBOX,
STANDARD
additionalCurrencies
string[]
erforderlich
companyCurrency
string
erforderlich

The primary currency used by the company.

dataHostingLocation
string
erforderlich

The location where the account's data is hosted.

portalId
integer<int32>
erforderlich

The unique identifier for the HubSpot account.

timeZone
string
erforderlich

The time zone in which the account operates.

uiDomain
string
erforderlich

The domain used for accessing the HubSpot user interface.

utcOffset
string
erforderlich

The time zone offset from UTC in hours and minutes.

utcOffsetMilliseconds
integer<int64>
erforderlich

The time zone offset from UTC in milliseconds.

Last modified on April 9, 2026