Skip to main content
GET
/
integrations
/
v1
/
me
Get details for a HubSpot account
curl --request GET \
  --url https://api.hubapi.com/integrations/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "portalId": 2519445,
  "timeZone": "America/New_York",
  "currency": "USD",
  "utcOffsetMilliseconds": -18000000,
  "utcOffset": "-05:00"
}

Authorizations

Authorization
string
header
required

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

Response

Account details retrieved successfully

portalId
integer
required

The Portal ID (often called the Hub ID) of the account

timeZone
string
required

The time zone setting of the account

currency
string
required

The selected currency of the account

utcOffsetMilliseconds
integer
required

The UTC offset in milliseconds

utcOffset
string
required

The UTC offset in standard format (e.g., '-05:00')