---
title: "Retrieve account details"
method: GET
path: "/account-info/2026-03/details"
tags: ["Basic"]
---

# Retrieve account details

`GET /account-info/2026-03/details`

Retrieve account details such as the account type, time zone, currencies, and data hosting location.

## Response `200`

successful operation

- AccountPortalInformationResponse
  - `accountType` 'APP_DEVELOPER' | 'DEVELOPER_TEST' | 'SANDBOX' | 'STANDARD', required — The type of account, such as APP_DEVELOPER, DEVELOPER_TEST, SANDBOX, or STANDARD.
  - `additionalCurrencies` string[], required
  - `companyCurrency` string, required — The primary currency used by the company.
  - `dataHostingLocation` string, required — The location where the account's data is hosted.
  - `portalId` integer, required — The unique identifier for the HubSpot account.
  - `timeZone` string, required — The time zone in which the account operates.
  - `uiDomain` string, required — The domain used for accessing the HubSpot user interface.
  - `utcOffset` string, required — The time zone offset from UTC in hours and minutes.
  - `utcOffsetMilliseconds` integer, required — The time zone offset from UTC in milliseconds.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
